summaryrefslogtreecommitdiff
path: root/other/cmake/DHT_bootstrap.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'other/cmake/DHT_bootstrap.cmake')
-rw-r--r--other/cmake/DHT_bootstrap.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/other/cmake/DHT_bootstrap.cmake b/other/cmake/DHT_bootstrap.cmake
index e2b164ba..403522ab 100644
--- a/other/cmake/DHT_bootstrap.cmake
+++ b/other/cmake/DHT_bootstrap.cmake
@@ -4,6 +4,7 @@ project(DHT_bootstrap C)
4set(exe_name DHT_bootstrap) 4set(exe_name DHT_bootstrap)
5 5
6add_executable(${exe_name} 6add_executable(${exe_name}
7 DHT_bootstrap.c ../testing/misc_tools.c) 7 DHT_bootstrap.c
8 ../testing/misc_tools.c)
8 9
9linkCoreLibraries(${exe_name}) 10linkCoreLibraries(${exe_name})