2022-03-20 00:25:50 +01:00
|
|
|
cmake_minimum_required(VERSION 3.12)
|
2014-10-17 21:23:00 -04:00
|
|
|
|
|
|
|
|
project(StepMania)
|
|
|
|
|
|
2019-02-16 11:32:52 -05:00
|
|
|
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)
|