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
|
@ -3,7 +3,7 @@
|
|||
project( ttrts-gen )
|
||||
|
||||
include_directories(
|
||||
../game
|
||||
../ttrts
|
||||
../maths
|
||||
)
|
||||
|
||||
|
@ -14,7 +14,7 @@ set( SOURCES
|
|||
# Add the executable
|
||||
add_executable( ttrts-gen ${SOURCES} )
|
||||
|
||||
target_link_libraries( ttrts-gen game )
|
||||
target_link_libraries( ttrts-gen ttrts )
|
||||
|
||||
# Run the gen_usage script to generate our usage header
|
||||
add_custom_target(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue