Restructure and rename

This commit is contained in:
Thomas Krijnen
2026-03-31 15:32:36 +02:00
parent 724cdb446e
commit a07f56db6f
237 changed files with 72532 additions and 72535 deletions
+8
View File
@@ -23,6 +23,14 @@ foreach(schema ${SCHEMA_VERSIONS})
)
endforeach()
list(APPEND IFCPARSE_H_FILES
schemas/Header_section_schema.h
)
list(APPEND IFCPARSE_CPP_FILES
schemas/Header_section_schema.cpp
schemas/Header_section_schema-schema.cpp
)
set(IFCPARSE_FILES ${IFCPARSE_CPP_FILES} ${IFCPARSE_H_FILES})
add_library(IfcParse ${IFCPARSE_FILES})