libsuperderpy/CMakeLists.txt

10 lines
150 B
CMake
Raw Normal View History

2012-08-19 03:04:55 +02:00
cmake_minimum_required(VERSION 2.8)
2016-06-28 00:17:49 +02:00
project(libsuperderpy C)
2012-08-19 03:04:55 +02:00
2016-07-02 23:23:08 +02:00
include("cmake/include.cmake")
2012-09-30 10:02:07 +02:00
include("cmake/SetPaths.cmake")
2012-08-19 03:04:55 +02:00
add_subdirectory(src)
2012-09-19 03:15:09 +02:00