mirror of https://github.com/CGAL/cgal
fix cmake target suffix_EXPORTS
This commit is contained in:
parent
a9c6c37bd4
commit
7e4add3b28
|
|
@ -7,7 +7,7 @@
|
||||||
// 256 color cheat sheet
|
// 256 color cheat sheet
|
||||||
// Source: https://jonasjacek.github.io/colors/
|
// Source: https://jonasjacek.github.io/colors/
|
||||||
|
|
||||||
#ifdef color_cheat_sheet_EXPORTS
|
#ifdef surface_mesh_approximation_plugin_EXPORTS
|
||||||
#define COLOR_CHEAT_SHEET_EXPORT Q_DECL_EXPORT
|
#define COLOR_CHEAT_SHEET_EXPORT Q_DECL_EXPORT
|
||||||
#else
|
#else
|
||||||
#define COLOR_CHEAT_SHEET_EXPORT Q_DECL_IMPORT
|
#define COLOR_CHEAT_SHEET_EXPORT Q_DECL_IMPORT
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
#include "SMesh_type.h"
|
#include "SMesh_type.h"
|
||||||
#include "Color_cheat_sheet.h"
|
#include "Color_cheat_sheet.h"
|
||||||
|
|
||||||
#ifdef vsa_wrapper_EXPORTS
|
#ifdef surface_mesh_approximation_plugin_EXPORTS
|
||||||
#define VSA_WRAPPER_EXPORT Q_DECL_EXPORT
|
#define VSA_WRAPPER_EXPORT Q_DECL_EXPORT
|
||||||
#else
|
#else
|
||||||
#define VSA_WRAPPER_EXPORT Q_DECL_IMPORT
|
#define VSA_WRAPPER_EXPORT Q_DECL_IMPORT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue