Re-organise source directory and targets

ttrts -> client
game -> ttrts
This commit is contained in:
Marc Di Luzio 2014-12-30 13:24:19 +00:00
parent 415361ac9c
commit d9b9f3d7dd
18 changed files with 58 additions and 47 deletions

View file

@ -4,7 +4,7 @@
project( ttrts-test )
include_directories(
../game
../ttrts
../maths
)
@ -15,4 +15,4 @@ set( SOURCES
# Add the executable
add_executable( ttrts-test ${SOURCES} )
target_link_libraries( ttrts-test game )
target_link_libraries( ttrts-test ttrts )