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
+2 -1
View File
@@ -23,6 +23,7 @@
#define SVGSERIALIZER_H
#include "../ifcgeom_schema_agnostic/GeometrySerializer.h"
#include "../serializers/serializers_api.h"
#include "../serializers/util.h"
#include "../ifcparse/utils.h"
@@ -135,7 +136,7 @@ typedef boost::variant<
Handle(HLRBRep_PolyAlgo)
> hlr_t;
class SvgSerializer : public WriteOnlyGeometrySerializer {
class SERIALIZERS_API SvgSerializer : public WriteOnlyGeometrySerializer {
public:
typedef std::pair<std::string, std::vector<util::string_buffer> > path_object;
typedef std::vector< boost::shared_ptr<util::string_buffer::float_item> > float_item_list;