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