diff options
Diffstat (limited to 'other/cmake')
-rw-r--r-- | other/cmake/DHT_bootstrap.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/other/cmake/DHT_bootstrap.cmake b/other/cmake/DHT_bootstrap.cmake new file mode 100644 index 00000000..c3c313ae --- /dev/null +++ b/other/cmake/DHT_bootstrap.cmake | |||
@@ -0,0 +1,9 @@ | |||
1 | cmake_minimum_required(VERSION 2.6.0) | ||
2 | project(DHT_bootstrap C) | ||
3 | |||
4 | set(exe_name DHT_bootstrap) | ||
5 | |||
6 | add_executable(${exe_name} | ||
7 | DHT_bootstrap.c) | ||
8 | |||
9 | linkCoreLibraries(${exe_name}) | ||