mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +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)
|
|
|