Update CMakeLists.txt
This commit is contained in:
parent
fed4c4a054
commit
c1bd6eb368
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ project( ttrts-test )
|
||||||
include_directories(
|
include_directories(
|
||||||
../game
|
../game
|
||||||
../maths
|
../maths
|
||||||
../ui
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set( SOURCES
|
set( SOURCES
|
||||||
|
@ -16,4 +15,4 @@ set( SOURCES
|
||||||
# Add the executable
|
# Add the executable
|
||||||
add_executable( ttrts-test ${SOURCES} )
|
add_executable( ttrts-test ${SOURCES} )
|
||||||
|
|
||||||
target_link_libraries( ttrts-test game ui )
|
target_link_libraries( ttrts-test game ui )
|
||||||
|
|
Loading…
Add table
Reference in a new issue