toxcore/testing/cmake/DHT_test.cmake

11 lines
169 B
CMake
Raw Normal View History

2013-07-18 06:06:05 +08:00
cmake_minimum_required(VERSION 2.6.0)
project(DHT_test C)
set(exe_name DHT_test)
add_executable(${exe_name}
2013-07-30 08:45:53 +08:00
DHT_test.c
misc_tools.c)
2013-07-18 06:06:05 +08:00
linkCoreLibraries(${exe_name})