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