Remove references to non-existent maths
This commit is contained in:
parent
ca5526b2b7
commit
3b5599ffad
4 changed files with 7 additions and 11 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue