mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Update CMakeLists.txt - wasm build add "4x3_add2"
This commit is contained in:
@@ -962,7 +962,7 @@ include_directories(${INCLUDE_DIRECTORIES} ${OCC_INCLUDE_DIR} ${OPENCOLLADA_INCL
|
|||||||
if(NOT SCHEMA_VERSIONS)
|
if(NOT SCHEMA_VERSIONS)
|
||||||
if(WASM_BUILD)
|
if(WASM_BUILD)
|
||||||
# super arbitrarily try to keep size down at least a little bit
|
# super arbitrarily try to keep size down at least a little bit
|
||||||
set(SCHEMA_VERSIONS "2x3" "4")
|
set(SCHEMA_VERSIONS "2x3" "4" "4x3_add2")
|
||||||
else()
|
else()
|
||||||
set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3" "4x3_tc1" "4x3_add1" "4x3_add2")
|
set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3" "4x3_tc1" "4x3_add1" "4x3_add2")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user