1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Link libhello against libconfig.

Refs 
This commit is contained in:
Gunnar Beutner 2013-11-05 15:04:13 +01:00
parent 5be3139b5e
commit 14ec0b6642

@ -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