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-gen )
include_directories(
../ttrts
../maths
../ttrts
)
set( SOURCES
@ -25,4 +24,4 @@ add_custom_target(
add_dependencies(ttrts-gen-maps ${PROJECT_NAME})
# Installation target
install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/maps DESTINATION /usr/local/share/ttrts )
install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/maps DESTINATION /usr/local/share/ttrts )