cgal/Polyhedron/demo/Polyhedron/Polyhedron_demo_config.h

11 lines
241 B
C

#ifndef POLYHEDRON_DEMO_CONFIG_H
#define POLYHEDRON_DEMO_CONFIG_H
#ifdef polyhedron_demo_EXPORTS
# define POLYHEDRON_DEMO_EXPORT Q_DECL_EXPORT
#else
# define POLYHEDRON_DEMO_EXPORT Q_DECL_IMPORT
#endif
#endif // POLYHEDRON_DEMO_CONFIG_H