CMake fix
This commit is contained in:
@@ -14,3 +14,6 @@ find_package(Boost COMPONENTS ${BOOST_LIBS} REQUIRED)
|
||||
target_link_libraries(usbserial-dw ${Boost_LIBRARIES})
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(usbserial-dw ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
## Install
|
||||
install(TARGETS usbserial-dw DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
Reference in New Issue
Block a user