toxcore/other/CMakeLists.txt

10 lines
198 B
CMake
Raw Normal View History

2013-07-21 20:43:05 -04:00
cmake_minimum_required(VERSION 2.6.0)
cmake_policy(SET CMP0011 NEW)
2013-07-17 18:06:05 -04:00
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_bootstrap.cmake)
if(NOT WIN32)
add_subdirectory(bootstrap_serverdaemon)
endif()