libsuperderpy/CMakeLists.txt

11 lines
194 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.6)
2012-08-19 03:04:55 +02:00
project(libsuperderpy C)
2012-08-19 03:04:55 +02:00
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
include(libsuperderpy)
2012-09-30 10:02:07 +02:00
2012-08-19 03:04:55 +02:00
add_subdirectory(src)
2019-04-03 02:59:48 +02:00
add_subdirectory(test)