From: Gunnar Beutner Date: Tue, 5 Nov 2013 14:04:13 +0000 (+0100) Subject: Link libhello against libconfig. X-Git-Tag: v0.0.4~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ec0b664267f52b649ab63f7639ac5fb65907c6;p=icinga2 Link libhello against libconfig. Refs #4995 --- 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