diff --git a/BaseLib/CMakeLists.txt b/BaseLib/CMakeLists.txt index 43321431243769b9b4c0a06352b5b5b5fdc8a0a8..59de34e653b48e93e7c86ad14f7b3ae6dafc39c4 100644 --- a/BaseLib/CMakeLists.txt +++ b/BaseLib/CMakeLists.txt @@ -9,4 +9,6 @@ SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX) INCLUDE_DIRECTORIES( . -) \ No newline at end of file +) + +TARGET_LINK_LIBRARIES( BaseLib ${Boost_LIBRARIES} )