diff options
author | Maxim Biro <nurupo.contributions@gmail.com> | 2013-07-17 18:06:05 -0400 |
---|---|---|
committer | Maxim Biro <nurupo.contributions@gmail.com> | 2013-07-17 18:18:27 -0400 |
commit | ef0efd72b51a44d30272dccffdc365165d385291 (patch) | |
tree | fd408b402da7a983ea71a1ea4b466f335cd853c0 /testing/cmake/DHT_test.cmake | |
parent | 817ad50d9640b8ccce3636a00f732245ff09d38c (diff) |
Improved build system
Diffstat (limited to 'testing/cmake/DHT_test.cmake')
-rw-r--r-- | testing/cmake/DHT_test.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/cmake/DHT_test.cmake b/testing/cmake/DHT_test.cmake new file mode 100644 index 00000000..e5c18c03 --- /dev/null +++ b/testing/cmake/DHT_test.cmake | |||
@@ -0,0 +1,10 @@ | |||
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 | |||
9 | linkCoreLibraries(${exe_name}) | ||
10 | addCompilerFlags() | ||