1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0032536: Configuration - extend adm/scripts with USE_DRACO option

This commit is contained in:
kgv
2021-08-14 18:00:19 +03:00
parent 7b5f784419
commit 91428b468b
16 changed files with 66 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ rem set "PATH=c:\CMake\bin;%PATH%"
rem set "anNdkPath=c:/android-ndk-r12"
rem set "aFreeType=c:/freetype-2.7.1-android"
rem set "aRapidJson=c:/rapidjson-1.1.0"
rem set "aDraco=c:/draco-1.4.1-android"
rem Uncomment to customize building steps
rem set "aBuildRoot=%~dp0..\..\work"
@@ -28,4 +29,5 @@ rem set "BUILD_ApplicationFramework=ON"
rem set "BUILD_DataExchange=ON"
rem Optional 3rd-party libraries to enable
rem set USE_RAPIDJSON=ON
rem set "USE_RAPIDJSON=ON"
rem set "USE_DRACO=ON"