Move schemas into schemas/ subfolder

This commit is contained in:
Thomas Krijnen
2026-03-31 10:02:00 +02:00
parent 95b3f7dac4
commit 724cdb446e
60 changed files with 279 additions and 285 deletions
@@ -26,10 +26,10 @@
#include "../../ifcparse/macros.h"
#include "../../serializers/JsonSerializer.h"
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/x.h)
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/schemas/x.h)
#include INCLUDE_PARENT_PARENT_DIR(IfcSchema)
#undef INCLUDE_PARENT_PARENT_DIR
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/x-definitions.h)
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/schemas/x-definitions.h)
#include INCLUDE_PARENT_PARENT_DIR(IfcSchema)
class POSTFIX_SCHEMA(JsonSerializer) : public JsonSerializer {
@@ -24,10 +24,10 @@
#include "../../ifcparse/macros.h"
#include "../../serializers/XmlSerializer.h"
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/x.h)
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/schemas/x.h)
#include INCLUDE_PARENT_PARENT_DIR(IfcSchema)
#undef INCLUDE_PARENT_PARENT_DIR
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/x-definitions.h)
#define INCLUDE_PARENT_PARENT_DIR(x) STRINGIFY(../../ifcparse/schemas/x-definitions.h)
#include INCLUDE_PARENT_PARENT_DIR(IfcSchema)
class POSTFIX_SCHEMA(XmlSerializer) : public XmlSerializer {