Remove references to non-existent maths
This commit is contained in:
parent
ca5526b2b7
commit
3b5599ffad
4 changed files with 7 additions and 11 deletions
|
@ -3,8 +3,7 @@
|
|||
project( ttrts-client )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
../maths
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
../ttrts
|
||||
)
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
project( ttrts-gen )
|
||||
|
||||
include_directories(
|
||||
../ttrts
|
||||
../maths
|
||||
../ttrts
|
||||
)
|
||||
|
||||
set( SOURCES
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
project( ttrts-test )
|
||||
|
||||
include_directories(
|
||||
../ttrts
|
||||
../maths
|
||||
../ttrts
|
||||
)
|
||||
|
||||
set( SOURCES
|
||||
|
|
|
@ -5,8 +5,7 @@ project( ttrts )
|
|||
|
||||
# Include the maths
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
../maths
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
||||
# Add our sources
|
||||
|
|
Loading…
Add table
Reference in a new issue