ttrts/source/gen/CMakeLists.txt
2014-12-16 13:13:02 +00:00

17 lines
No EOL
258 B
CMake

# ====================== 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 )