Add testing excecutable

This commit is contained in:
Marc Di Luzio 2014-12-16 13:12:51 +00:00
parent 3c61d1a72f
commit 3c74a2a609
3 changed files with 28 additions and 0 deletions

View file

@ -3,3 +3,4 @@ cmake_minimum_required( VERSION 2.8.7 )
# Subprojects
add_subdirectory( ttrts )
add_subdirectory( game )
add_subdirectory( test )