mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 02:56:43 +01:00
11 lines
194 B
CMake
11 lines
194 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(libsuperderpy C CXX)
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
|
|
|
include(libsuperderpy)
|
|
include(SetPaths)
|
|
|
|
add_subdirectory(src)
|
|
|