toxcore/testing/cmake/DHT_test.cmake
2013-07-17 18:29:26 -04:00

10 lines
162 B
CMake

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})