Update CMakelists
Additional install targets for maps, and reworked dependencies
This commit is contained in:
parent
481153606b
commit
415361ac9c
6 changed files with 47 additions and 8 deletions
13
scripts/gen_maps.sh
Executable file
13
scripts/gen_maps.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#! /bin/bash
|
||||
# Use to generate the ttrts maps
|
||||
|
||||
ttrtsgen=$1
|
||||
|
||||
test ! -e maps && mkdir maps # Make maps directory if needed
|
||||
if [ ! -e maps ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd maps
|
||||
|
||||
$ttrtsgen
|
Loading…
Add table
Add a link
Reference in a new issue