From ef0efd72b51a44d30272dccffdc365165d385291 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Wed, 17 Jul 2013 18:06:05 -0400 Subject: Improved build system --- testing/cmake/DHT_test.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/cmake/DHT_test.cmake (limited to 'testing/cmake/DHT_test.cmake') 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 @@ +cmake_minimum_required(VERSION 2.6.0) +project(DHT_test C) + +set(exe_name DHT_test) + +add_executable(${exe_name} + DHT_test.c) + +linkCoreLibraries(${exe_name}) +addCompilerFlags() -- cgit v1.2.3