Higher level cmakelist to control whole project
This commit is contained in:
parent
8ddb8ae916
commit
3c61d1a72f
1 changed files with 5 additions and 0 deletions
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
cmake_minimum_required( VERSION 2.8.7 )
|
||||||
|
|
||||||
|
# Subprojects
|
||||||
|
add_subdirectory( ttrts )
|
||||||
|
add_subdirectory( game )
|
Loading…
Add table
Reference in a new issue