mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-04 08:18:00 +01:00
10 lines
201 B
CMake
10 lines
201 B
CMake
cmake_minimum_required(VERSION 3.6...3.27)
|
|
|
|
project(libsuperderpy C)
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
|
|
|
include(libsuperderpy)
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(test)
|