Link libhello against libconfig.

Refs #4995
This commit is contained in:
Gunnar Beutner 2013-11-05 15:04:13 +01:00
parent 5be3139b5e
commit 14ec0b6642
1 changed files with 1 additions and 1 deletions

View 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