Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
s2x authored Jan 27, 2018
1 parent f6c1138 commit 82fa947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ find_library(BOOST_SYSTEM libboost_system.a HINTS vendor/boost/stage/lib)
find_library(BOOST_FILESYSTEM libboost_filesystem.a HINTS vendor/boost/stage/lib)

target_link_libraries(shepherd PUBLIC ${BOOST_SYSTEM} ${BOOST_THREAD} ${BOOST_FILESYSTEM} ${CMAKE_THREAD_LIBS_INIT})
install(TARGETS shepherd DESTINATION bin)

0 comments on commit 82fa947

Please sign in to comment.