Add missing exports for ifcopenshell-python when we build shared libs.

This commit is contained in:
Adrien SCHVALBERG
2022-05-03 11:38:12 +02:00
committed by Thomas Krijnen
parent 7e28d193ec
commit 42448cae4e
11 changed files with 59 additions and 11 deletions
+4 -2
View File
@@ -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