fix cmake target suffix_EXPORTS

This commit is contained in:
Lingjie Zhu 2018-11-28 10:42:06 +08:00
parent a9c6c37bd4
commit 7e4add3b28
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
// 256 color cheat sheet
// 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
#else
#define COLOR_CHEAT_SHEET_EXPORT Q_DECL_IMPORT

View File

@ -10,7 +10,7 @@
#include "SMesh_type.h"
#include "Color_cheat_sheet.h"
#ifdef vsa_wrapper_EXPORTS
#ifdef surface_mesh_approximation_plugin_EXPORTS
#define VSA_WRAPPER_EXPORT Q_DECL_EXPORT
#else
#define VSA_WRAPPER_EXPORT Q_DECL_IMPORT