Re-organise source directory and targets
ttrts -> client game -> ttrts
This commit is contained in:
parent
415361ac9c
commit
d9b9f3d7dd
18 changed files with 58 additions and 47 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue