added override.sh support
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@ scripts/cleanup.cmd
|
|||||||
scripts/cleanup.sh
|
scripts/cleanup.sh
|
||||||
version.rc
|
version.rc
|
||||||
version.cpp
|
version.cpp
|
||||||
|
override.sh
|
||||||
|
@@ -41,3 +41,7 @@ PROJECT_MSYS2_PACKAGE_LIST+=()
|
|||||||
if [ "${PROJECT_ENABLE_TESTING}" == "ON" ]; then
|
if [ "${PROJECT_ENABLE_TESTING}" == "ON" ]; then
|
||||||
PROJECT_APP_LIST+=(${PROJECT_NAME}_test)
|
PROJECT_APP_LIST+=(${PROJECT_NAME}_test)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f "./override.sh" ]; then
|
||||||
|
. ./override.sh
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user