diff --git a/lib/hello/CMakeLists.txt b/lib/hello/CMakeLists.txt index e1e6e6cb5..d141bba1c 100644 --- a/lib/hello/CMakeLists.txt +++ b/lib/hello/CMakeLists.txt @@ -23,7 +23,7 @@ add_library(hello SHARED hello.cpp hello.th hello-type.cpp ) -target_link_libraries(hello ${Boost_LIBRARIES} base) +target_link_libraries(hello ${Boost_LIBRARIES} base config) set_target_properties ( hello PROPERTIES