Remove references to non-existent maths

This commit is contained in:
mdiluzio 2015-01-02 14:04:11 +00:00
parent ca5526b2b7
commit 3b5599ffad
4 changed files with 7 additions and 11 deletions

View file

@ -3,8 +3,7 @@
project( ttrts-client )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
../maths
${CMAKE_CURRENT_BINARY_DIR}
../ttrts
)

View file

@ -3,8 +3,7 @@
project( ttrts-gen )
include_directories(
../ttrts
../maths
../ttrts
)
set( SOURCES

View file

@ -4,8 +4,7 @@
project( ttrts-test )
include_directories(
../ttrts
../maths
../ttrts
)
set( SOURCES

View file

@ -5,8 +5,7 @@ project( ttrts )
# Include the maths
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
../maths
${CMAKE_CURRENT_BINARY_DIR}
)
# Add our sources