Files
itgmania212121/CMakeLists.txt
T

12 lines
243 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.12)
2014-10-17 21:23:00 -04:00
project(StepMania)
include(StepmaniaCore.cmake)
2014-10-17 21:23:00 -04:00
# The external libraries need to be included.
add_subdirectory(extern)
# The internal libraries and eventual executable to be used.
add_subdirectory(src)