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.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/cmake/DHT_bootstrap.cmake b/other/cmake/DHT_bootstrap.cmake
index c3c313ae..e2b164ba 100644
--- a/other/cmake/DHT_bootstrap.cmake
+++ b/other/cmake/DHT_bootstrap.cmake
@@ -4,6 +4,6 @@ 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) 7 DHT_bootstrap.c ../testing/misc_tools.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})