mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
Enable retargeting of example schema
This commit is contained in:
@@ -9,12 +9,8 @@
|
||||
#include <mutex>
|
||||
#include <cstdint>
|
||||
|
||||
#define INCLUDE_SCHEMA(x) STRINGIFY(../../ifcparse/x.h)
|
||||
#include INCLUDE_SCHEMA(IfcSchema)
|
||||
#undef INCLUDE_SCHEMA
|
||||
#define INCLUDE_SCHEMA(x) STRINGIFY(../../ifcparse/x-definitions.h)
|
||||
#include INCLUDE_SCHEMA(IfcSchema)
|
||||
#undef INCLUDE_SCHEMA
|
||||
#include INCLUDE_SCHEMA(../../ifcparse, IfcSchema)
|
||||
#include INCLUDE_SCHEMA_DEFINITIONS(../../ifcparse, IfcSchema)
|
||||
|
||||
namespace ifcopenshell {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user