From 3b5599ffad603b167a4bcfebd7885995ce5bcf97 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Fri, 2 Jan 2015 14:04:11 +0000 Subject: [PATCH] Remove references to non-existent maths --- source/client/CMakeLists.txt | 5 ++--- source/gen/CMakeLists.txt | 5 ++--- source/test/CMakeLists.txt | 3 +-- source/ttrts/CMakeLists.txt | 5 ++--- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/source/client/CMakeLists.txt b/source/client/CMakeLists.txt index 53ae704..8fb0953 100644 --- a/source/client/CMakeLists.txt +++ b/source/client/CMakeLists.txt @@ -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) \ No newline at end of file +add_dependencies(${PROJECT_NAME} ttrts-client-usage) diff --git a/source/gen/CMakeLists.txt b/source/gen/CMakeLists.txt index 466e233..67167f0 100644 --- a/source/gen/CMakeLists.txt +++ b/source/gen/CMakeLists.txt @@ -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 ) \ No newline at end of file +install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/maps DESTINATION /usr/local/share/ttrts ) diff --git a/source/test/CMakeLists.txt b/source/test/CMakeLists.txt index 179f7a8..3e6a60c 100644 --- a/source/test/CMakeLists.txt +++ b/source/test/CMakeLists.txt @@ -4,8 +4,7 @@ project( ttrts-test ) include_directories( - ../ttrts - ../maths + ../ttrts ) set( SOURCES diff --git a/source/ttrts/CMakeLists.txt b/source/ttrts/CMakeLists.txt index b528b3f..93a6d94 100644 --- a/source/ttrts/CMakeLists.txt +++ b/source/ttrts/CMakeLists.txt @@ -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 ) \ No newline at end of file +install( TARGETS ttrts DESTINATION lib )