Add libconfig to the build process

This commit is contained in:
Tom Bartelt 2013-07-23 06:25:47 -04:00
parent a11fa54fa2
commit 413c5810e1

View File

@ -6,4 +6,5 @@ set(exe_name DHT_bootstrap_daemon)
add_executable(${exe_name}
DHT_bootstrap_daemon.c)
target_link_libraries(${exe_name} config)
linkCoreLibraries(${exe_name})