2014-10-17 21:23:00 -04:00
|
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
|
|
|
|
|
|
project(StepMania)
|
|
|
|
|
|
2015-05-25 09:34:50 -07: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)
|