Update CMakelists

Additional install targets for maps, and reworked dependencies
This commit is contained in:
Marc Di Luzio 2014-12-30 13:24:17 +00:00
parent 481153606b
commit 415361ac9c
6 changed files with 47 additions and 8 deletions

13
scripts/gen_maps.sh Executable file
View 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