Rename to helpers

This commit is contained in:
Thomas Krijnen
2026-07-03 11:18:57 +02:00
parent 5873b05b84
commit a54a8b80d3
11 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -708,11 +708,11 @@ if(BUILD_BONSAIVIEWER_TESTS)
endif()
if(BUILD_BONSAIVIEWER)
# IfcUtil first — schema-agnostic helpers (Unit, Geolocation,
# helpers first — schema-agnostic helpers (Unit, Geolocation,
# Placement) that IfcViewer's Federation links against. Adding here
# before ifcviewer/ so the link target exists when IfcViewer's
# CMakeLists runs.
add_subdirectory(../src/ifcutil ifcutil)
add_subdirectory(../src/helpers helpers)
# IfcViewer is the unified scene + render lib since the wgpu/ifcviewer
# merge — wgpu-native is fetched inside its CMakeLists.txt.
add_subdirectory(../src/ifcviewer ifcviewer)