mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Enable retargeting of example schema
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
#define STRINGIFY_(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_(x)
|
||||
|
||||
#define INCLUDE_SCHEMA(prefix, x) STRINGIFY(prefix/x.h)
|
||||
#define INCLUDE_SCHEMA_DEFINITIONS(prefix, x) STRINGIFY(prefix/x-definitions.h)
|
||||
|
||||
#define MAKE_INIT_FN__(a, b) init_##a##_##b
|
||||
#define MAKE_INIT_FN_(a, b) MAKE_INIT_FN__(a, b)
|
||||
#define MAKE_INIT_FN(t) MAKE_INIT_FN_(t, IfcSchema)
|
||||
|
||||
Reference in New Issue
Block a user