Add passthrough kernel

This commit is contained in:
Thomas Krijnen
2026-04-09 17:17:53 +02:00
parent becd38c77d
commit 1840e3d1a8
8 changed files with 940 additions and 1 deletions
+4
View File
@@ -232,6 +232,10 @@ if(BUILD_IFCGEOM AND WITH_MANIFOLD)
list(APPEND GEOMETRY_KERNELS manifold)
endif()
if(BUILD_IFCGEOM)
list(APPEND GEOMETRY_KERNELS passthrough)
endif()
if(GLTF_SUPPORT)
UNIFY_ENVVARS_AND_CACHE(JSON_INCLUDE_DIR)
if(NOT JSON_INCLUDE_DIR)