Move source code into source subfolder
This commit is contained in:
parent
870f459f75
commit
d0d3834449
23 changed files with 0 additions and 0 deletions
19
source/test/CMakeLists.txt
Normal file
19
source/test/CMakeLists.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
# ====================== tests =======================
|
||||
# Project name
|
||||
project( ttrts-test )
|
||||
|
||||
include_directories(
|
||||
../game
|
||||
../maths
|
||||
../ui
|
||||
)
|
||||
|
||||
set( SOURCES
|
||||
test.cpp
|
||||
)
|
||||
|
||||
# Add the executable
|
||||
add_executable( ttrts-test ${SOURCES} )
|
||||
|
||||
target_link_libraries( ttrts-test game ui )
|
Loading…
Add table
Add a link
Reference in a new issue