Remove references to non-existent maths
This commit is contained in:
parent
ca5526b2b7
commit
3b5599ffad
4 changed files with 7 additions and 11 deletions
source
|
@ -3,8 +3,7 @@
|
||||||
project( ttrts-client )
|
project( ttrts-client )
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
../maths
|
|
||||||
../ttrts
|
../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"
|
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)
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
project( ttrts-gen )
|
project( ttrts-gen )
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
../ttrts
|
../ttrts
|
||||||
../maths
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set( SOURCES
|
set( SOURCES
|
||||||
|
@ -25,4 +24,4 @@ add_custom_target(
|
||||||
add_dependencies(ttrts-gen-maps ${PROJECT_NAME})
|
add_dependencies(ttrts-gen-maps ${PROJECT_NAME})
|
||||||
|
|
||||||
# Installation target
|
# 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 )
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
project( ttrts-test )
|
project( ttrts-test )
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
../ttrts
|
../ttrts
|
||||||
../maths
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set( SOURCES
|
set( SOURCES
|
||||||
|
|
|
@ -5,8 +5,7 @@ project( ttrts )
|
||||||
|
|
||||||
# Include the maths
|
# Include the maths
|
||||||
include_directories(
|
include_directories(
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
../maths
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add our sources
|
# Add our sources
|
||||||
|
@ -44,4 +43,4 @@ install(
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install the ttrts static lib
|
# Install the ttrts static lib
|
||||||
install( TARGETS ttrts DESTINATION lib )
|
install( TARGETS ttrts DESTINATION lib )
|
||||||
|
|
Loading…
Add table
Reference in a new issue