Browse Source

update build.sh.

pull/229/head
王涛 Gitee 4 years ago
parent
commit
d5e06cdab3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh View File

@@ -18,6 +18,7 @@ set -e
BASEPATH=$(cd "$(dirname $0)"; pwd) BASEPATH=$(cd "$(dirname $0)"; pwd)
OUTPUT_PATH="${BASEPATH}/output" OUTPUT_PATH="${BASEPATH}/output"
export BUILD_PATH="${BASEPATH}/build/" export BUILD_PATH="${BASEPATH}/build/"
export CMAKE_BUILD_TYPE="Debug"


# print usage message # print usage message
usage() usage()


Loading…
Cancel
Save