mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add libconfig to the build process
This commit is contained in:
parent
a11fa54fa2
commit
413c5810e1
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue
Block a user