Files
itgmania212121/CMakeLists.txt
T
2022-03-31 12:06:18 -07:00

12 lines
243 B
CMake

cmake_minimum_required(VERSION 3.12)
project(StepMania)
include(StepmaniaCore.cmake)
# The external libraries need to be included.
add_subdirectory(extern)
# The internal libraries and eventual executable to be used.
add_subdirectory(src)