]> granicus.if.org Git - icinga2/commitdiff
Link libhello against libconfig.
authorGunnar Beutner <gunnar@beutner.name>
Tue, 5 Nov 2013 14:04:13 +0000 (15:04 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 5 Nov 2013 14:04:13 +0000 (15:04 +0100)
Refs #4995

lib/hello/CMakeLists.txt

index e1e6e6cb5d583ca38f623136147a81a2daaeea8d..d141bba1c7091db793118990957387a39c05593e 100644 (file)
@@ -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