mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-01 17:36:21 +03:00
'BUILD_Inspector' CMake option switches ON/OFF Inspector in compilation procedure (add additional dependency to Qt third party product) 'inspector.bat' starts sample to demonstrate possibilities of this tool. Replacing TOOLS to INSPECTOR key for 'pload' command in DRAW cases due to this change in DrawPlugin.
10 lines
211 B
Bash
10 lines
211 B
Bash
#!/bin/bash
|
|
|
|
aCurrentPath="$PWD"
|
|
aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
|
|
|
|
source "${aScriptPath}/env.sh" "$1"
|
|
|
|
cd ${aCurrentPath}
|
|
TInspectorEXE
|