toxcore/testing/cmake/DHT_cryptosendfiletest.cmake

9 lines
203 B
CMake
Raw Normal View History

2013-07-17 18:06:05 -04:00
cmake_minimum_required(VERSION 2.6.0)
project(DHT_cryptosendfiletest C)
set(exe_name DHT_cryptosendfiletest)
add_executable(${exe_name}
DHT_cryptosendfiletest.c)
2013-07-17 18:28:53 -04:00
linkCoreLibraries(${exe_name})