Higher level cmakelist to control whole project

This commit is contained in:
Marc Di Luzio 2014-12-16 13:12:51 +00:00
parent 8ddb8ae916
commit 3c61d1a72f

5
CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
cmake_minimum_required( VERSION 2.8.7 )
# Subprojects
add_subdirectory( ttrts )
add_subdirectory( game )