mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-01 17:36:21 +03:00
New repository for Inspector: https://github.com/Open-Cascade-SAS/Inspector Documentation and all build process are fully migrated. "tools" folder keep to share information for some time. Keep building inspector as before to keep control of API changes via GitHub actions.
41 lines
1018 B
Plaintext
41 lines
1018 B
Plaintext
# Environment configuration template for cmake_gen.sh (to be renamed as cmake_gen_custom.sh)
|
|
|
|
OCCT3RDPARTY="$SrcRoot/../3rdparty"
|
|
FREETYPE_DIR="$OCCT3RDPARTY/freetype-2.7.1"
|
|
|
|
# ------------------------------------
|
|
# Uncomment to customize building steps
|
|
# ------------------------------------
|
|
|
|
#BUILD_DIR=build
|
|
#INSTALL_DIR="$SrcRoot/install"
|
|
|
|
#BUILD_DOC_Overview=OFF
|
|
#BUILD_LIBRARY_TYPE=Shared
|
|
#BUILD_RELEASE_DISABLE_EXCEPTIONS=ON
|
|
#BUILD_WITH_DEBUG=OFF
|
|
#BUILD_ENABLE_FPE_SIGNAL_HANDLER=ON
|
|
|
|
# Use semicolon-separated list of toolkits if you want to disable all modules
|
|
# and build only some toolkits.
|
|
#BUILD_ADDITIONAL_TOOLKITS=
|
|
|
|
#BUILD_MODULE_ApplicationFramework=ON
|
|
#BUILD_MODULE_DataExchange=ON
|
|
#BUILD_MODULE_DETools=OFF
|
|
#BUILD_MODULE_Draw=ON
|
|
#BUILD_MODULE_ModelingAlgorithms=ON
|
|
#BUILD_MODULE_ModelingData=ON
|
|
#BUILD_MODULE_Visualization=ON
|
|
|
|
#USE_FFMPEG=OFF
|
|
#USE_FREEIMAGE=OFF
|
|
#USE_GLES2=OFF
|
|
#USE_RAPIDJSON=OFF
|
|
#USE_DRACO=OFF
|
|
#USE_TBB=OFF
|
|
#USE_VTK=OFF
|
|
|
|
# This is to add any additional arguments to cmake
|
|
#AUX_ARGS=
|