mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +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
@@ -43,13 +43,14 @@
|
||||
|
||||
#include "../ifcgeom_schema_agnostic/IfcGeomIterator.h"
|
||||
|
||||
#include "../serializers/serializers_api.h"
|
||||
#include "../ifcgeom_schema_agnostic/GeometrySerializer.h"
|
||||
|
||||
#include <boost/numeric/ublas/matrix.hpp>
|
||||
#include <boost/numeric/ublas/io.hpp>
|
||||
|
||||
|
||||
class ColladaSerializer : public WriteOnlyGeometrySerializer
|
||||
class SERIALIZERS_API ColladaSerializer : public WriteOnlyGeometrySerializer
|
||||
{
|
||||
// TODO The vast amount of implement details of ColladaSerializer could be hidden to the cpp file.
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user