From 14ec0b664267f52b649ab63f7639ac5fb65907c6 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 5 Nov 2013 15:04:13 +0100 Subject: [PATCH] Link libhello against libconfig. Refs #4995 --- lib/hello/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0