cmake template

This commit is contained in:
2018-09-28 05:40:36 +07:00
parent 0036b762b8
commit 03049a1353
15 changed files with 182 additions and 0 deletions

5
scripts/build_all.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
$SCRIPT_DIR/build_debug.sh
$SCRIPT_DIR/build_release.sh