summaryrefslogtreecommitdiff
path: root/other/cmake
diff options
context:
space:
mode:
authorKonstantin Kowalski <kostyakow42@gmail.com>2013-07-27 12:10:41 -0400
committerKonstantin Kowalski <kostyakow42@gmail.com>2013-07-27 12:10:41 -0400
commitb3fa1fc8f48aea08da1552d76397e959cd0aa690 (patch)
tree53511a8fffa0c019b7bb6d92815cca2cd5969a6b /other/cmake
parent4edf2207fe1fe41e5ad6a17067eb91bd9fdbaef9 (diff)
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
Diffstat (limited to 'other/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})