Move source code into source subfolder

This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:02 +00:00
parent 870f459f75
commit d0d3834449
23 changed files with 0 additions and 0 deletions

17
source/gen/CMakeLists.txt Normal file
View file

@ -0,0 +1,17 @@
# ====================== gen =======================
# Project name
project( ttrts-gen )
include_directories(
../game
../maths
)
set( SOURCES
gen.cpp
)
# Add the executable
add_executable( ttrts-gen ${SOURCES} )
target_link_libraries( ttrts-gen game )