summaryrefslogtreecommitdiff
path: root/testing/cmake/DHT_test.cmake
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2013-07-29 20:45:53 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2013-07-29 20:45:53 -0400
commit1d8f6e94e73c569f09a2bc8bd008d0ceb2e5b8cc (patch)
tree3db99f24cc8c8e409ae30b724bb1513a4c59b898 /testing/cmake/DHT_test.cmake
parenta39ee46b18ac92b480ab184bedfb12784df12f04 (diff)
Fixed formatting of some cmake files
Diffstat (limited to 'testing/cmake/DHT_test.cmake')
-rw-r--r--testing/cmake/DHT_test.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/cmake/DHT_test.cmake b/testing/cmake/DHT_test.cmake
index 74fdf35d..bb5bf05f 100644
--- a/testing/cmake/DHT_test.cmake
+++ b/testing/cmake/DHT_test.cmake
@@ -4,6 +4,7 @@ project(DHT_test C)
4set(exe_name DHT_test) 4set(exe_name DHT_test)
5 5
6add_executable(${exe_name} 6add_executable(${exe_name}
7 DHT_test.c misc_tools.c) 7 DHT_test.c
8 misc_tools.c)
8 9
9linkCoreLibraries(${exe_name}) 10linkCoreLibraries(${exe_name})