mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +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
@@ -28,11 +28,12 @@
|
||||
|
||||
#include "H5Cpp.h"
|
||||
|
||||
#include "../serializers/serializers_api.h"
|
||||
#include "../ifcgeom_schema_agnostic/GeometrySerializer.h"
|
||||
|
||||
#define USE_BINARY
|
||||
|
||||
class HdfSerializer : public GeometrySerializer {
|
||||
class SERIALIZERS_API HdfSerializer : public GeometrySerializer {
|
||||
private:
|
||||
const std::string hdf_filename;
|
||||
unsigned int vcount_total;
|
||||
|
||||
Reference in New Issue
Block a user