mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 10:21:38 +00:00
9 lines
203 B
CMake
9 lines
203 B
CMake
cmake_minimum_required(VERSION 2.6.0)
|
|
project(DHT_cryptosendfiletest C)
|
|
|
|
set(exe_name DHT_cryptosendfiletest)
|
|
|
|
add_executable(${exe_name}
|
|
DHT_cryptosendfiletest.c)
|
|
|
|
linkCoreLibraries(${exe_name}) |