mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-11 19:44:52 +00:00
10 lines
217 B
CMake
10 lines
217 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 misc_tools.c)
|
|
|
|
linkCoreLibraries(${exe_name})
|