mirror of https://github.com/CGAL/cgal
Fix config for shortest_path_item (poly OR sm)
This commit is contained in:
parent
eeda178c8f
commit
d87da4a2c6
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_CONFIG_H
|
||||
#define SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_CONFIG_H
|
||||
|
||||
#ifdef scene_polyhedron_shortest_path_item_EXPORTS
|
||||
#if defined(scene_polyhedron_shortest_path_item_EXPORTS)||defined(scene_sm_shortest_path_item_EXPORTS)
|
||||
# define SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_EXPORT Q_DECL_IMPORT
|
||||
|
|
|
|||
Loading…
Reference in New Issue