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

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

View file

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

View file

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

View file

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