diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..cdfab09 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required( VERSION 2.8.7 ) + +# Subprojects +add_subdirectory( ttrts ) +add_subdirectory( game )