summaryrefslogtreecommitdiff
path: root/other/cmake/DHT_bootstrap.cmake
blob: 403522ab599865502a97663df1ed843241227545 (plain)
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required(VERSION 2.6.0)
project(DHT_bootstrap C)

set(exe_name DHT_bootstrap)

add_executable(${exe_name}
	DHT_bootstrap.c
	../testing/misc_tools.c)

linkCoreLibraries(${exe_name})