Move maps to /usr/local and allow these settings to get defaults from the cmakelists
This commit is contained in:
parent
3f76b6430b
commit
3f892ec2aa
3 changed files with 14 additions and 3 deletions
|
@ -25,4 +25,4 @@ add_custom_target(
|
|||
add_dependencies(ttrts-gen-maps ${PROJECT_NAME})
|
||||
|
||||
# Installation target
|
||||
install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/maps DESTINATION /usr/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