diff --git a/CMakeLists.txt b/CMakeLists.txt index c3f95e7..a89a1e8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,4 +16,4 @@ target_link_libraries(usbserial-dw ${Boost_LIBRARIES}) #target_link_libraries(usbserial-dw ${CMAKE_THREAD_LIBS_INIT}) ## Install -install(TARGETS usbserial-dw DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file +install(TARGETS usbserial-dw RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file