mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +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
@@ -24,10 +24,11 @@
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
|
||||
#include "../serializers/serializers_api.h"
|
||||
#include "../ifcgeom_schema_agnostic/GeometrySerializer.h"
|
||||
|
||||
// http://people.sc.fsu.edu/~jburkardt/txt/obj_format.txt
|
||||
class WaveFrontOBJSerializer : public WriteOnlyGeometrySerializer {
|
||||
class SERIALIZERS_API WaveFrontOBJSerializer : public WriteOnlyGeometrySerializer {
|
||||
private:
|
||||
stream_or_filename obj_stream;
|
||||
stream_or_filename mtl_stream;
|
||||
|
||||
Reference in New Issue
Block a user