libsuperderpy/CMakeLists.txt
Sebastian Krzyszkowiak d1f98ba267
cmake: require 3.6
This is the lowest version of CMake used by our toolchains now.
2018-12-22 02:16:58 +01:00

9 lines
171 B
CMake

cmake_minimum_required(VERSION 3.6)
project(libsuperderpy C)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
include(libsuperderpy)
add_subdirectory(src)