toxcore/other/cmake/DHT_bootstrap.cmake
2013-07-17 18:18:27 -04:00

11 lines
196 B
CMake

cmake_minimum_required(VERSION 2.6.0)
project(DHT_bootstrap C)
set(exe_name DHT_bootstrap)
add_executable(${exe_name}
DHT_bootstrap.c)
linkCoreLibraries(${exe_name})
addCompilerFlags()