summaryrefslogtreecommitdiff
path: root/testing/cmake/DHT_test.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cmake/DHT_test.cmake')
-rw-r--r--testing/cmake/DHT_test.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/cmake/DHT_test.cmake b/testing/cmake/DHT_test.cmake
new file mode 100644
index 00000000..bcde4370
--- /dev/null
+++ b/testing/cmake/DHT_test.cmake
@@ -0,0 +1,9 @@
1cmake_minimum_required(VERSION 2.6.0)
2project(DHT_test C)
3
4set(exe_name DHT_test)
5
6add_executable(${exe_name}
7 DHT_test.c)
8
9linkCoreLibraries(${exe_name})