mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
d1f98ba267
This is the lowest version of CMake used by our toolchains now.
9 lines
171 B
CMake
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)
|