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