From 75e1d0e3c77fd913065b721a5c2dfcc14ddad1f1 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 14 Sep 2025 11:38:33 +0200 Subject: [PATCH] Update CMakeLists.txt - wasm build add "4x3_add2" --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index a67ee90333..2c3833f3cf 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -962,7 +962,7 @@ include_directories(${INCLUDE_DIRECTORIES} ${OCC_INCLUDE_DIR} ${OPENCOLLADA_INCL if(NOT SCHEMA_VERSIONS) if(WASM_BUILD) # 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() set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3" "4x3_tc1" "4x3_add1" "4x3_add2") endif()