mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Add missing exports for ifcopenshell-python when we build shared libs.
This commit is contained in:
committed by
Thomas Krijnen
parent
7e28d193ec
commit
42448cae4e
@@ -19,6 +19,8 @@
|
||||
|
||||
#include "../ifcparse/IfcSchema.h"
|
||||
|
||||
#include "ifc_parse_api.h"
|
||||
|
||||
#ifndef ARGUMENTTYPE_H
|
||||
#define ARGUMENTTYPE_H
|
||||
|
||||
@@ -51,8 +53,8 @@ namespace IfcUtil {
|
||||
Argument_UNKNOWN
|
||||
};
|
||||
|
||||
ArgumentType from_parameter_type(const IfcParse::parameter_type*);
|
||||
ArgumentType make_aggregate(ArgumentType elem_type);
|
||||
IFC_PARSE_API ArgumentType from_parameter_type(const IfcParse::parameter_type*);
|
||||
IFC_PARSE_API ArgumentType make_aggregate(ArgumentType elem_type);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user