diff options
author | Konstantin Kowalski <kostyakow42@gmail.com> | 2013-07-27 12:10:41 -0400 |
---|---|---|
committer | Konstantin Kowalski <kostyakow42@gmail.com> | 2013-07-27 12:10:41 -0400 |
commit | b3fa1fc8f48aea08da1552d76397e959cd0aa690 (patch) | |
tree | 53511a8fffa0c019b7bb6d92815cca2cd5969a6b /testing/cmake/DHT_test.cmake | |
parent | 4edf2207fe1fe41e5ad6a17067eb91bd9fdbaef9 (diff) |
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
Diffstat (limited to 'testing/cmake/DHT_test.cmake')
-rw-r--r-- | testing/cmake/DHT_test.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cmake/DHT_test.cmake b/testing/cmake/DHT_test.cmake index bcde4370..74fdf35d 100644 --- a/testing/cmake/DHT_test.cmake +++ b/testing/cmake/DHT_test.cmake | |||
@@ -4,6 +4,6 @@ project(DHT_test C) | |||
4 | set(exe_name DHT_test) | 4 | set(exe_name DHT_test) |
5 | 5 | ||
6 | add_executable(${exe_name} | 6 | add_executable(${exe_name} |
7 | DHT_test.c) | 7 | DHT_test.c misc_tools.c) |
8 | 8 | ||
9 | linkCoreLibraries(${exe_name}) | 9 | linkCoreLibraries(${exe_name}) |