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
)
@ -44,4 +43,4 @@ add_custom_target(
cd ${CMAKE_CURRENT_SOURCE_DIR} && ${CMAKE_SOURCE_DIR}/scripts/gen_usage.sh "${CMAKE_CURRENT_BINARY_DIR}/usage.h"
)
add_dependencies(${PROJECT_NAME} ttrts-client-usage)
add_dependencies(${PROJECT_NAME} ttrts-client-usage)

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 )

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
@ -44,4 +43,4 @@ install(
)
# Install the ttrts static lib
install( TARGETS ttrts DESTINATION lib )
install( TARGETS ttrts DESTINATION lib )