forked from INSIGNEO/MAF2Medical
-
Notifications
You must be signed in to change notification settings - Fork 1
/
medDefines.h.in
31 lines (25 loc) · 869 Bytes
/
medDefines.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef __medDefines_h
#define __medDefines_h
#include "mafDefines.h"
// #if @MED_BUILD_MEDDLL@
// # define MED_SHARED
// // # define MED_EXPORTS
// #endif
//--------------------------------------------------------------------------
// For WIN32 dynamic linking
//--------------------------------------------------------------------------
// #if defined(_WIN32) && defined(MED_SHARED)
// # if defined(MED_EXPORTS)
// # define MED_EXPORT __declspec( dllexport )
// # else
// # define MED_EXPORT __declspec( dllimport )
// # endif
// #else
// # define MED_EXPORT
// #endif
//--------------------------------------------------------------------------
// Data root used to reach data for testing
//--------------------------------------------------------------------------
#define MED_DATA_ROOT "@MED_DATA_ROOT@"
#cmakedefine MED_USE_BTK
#endif // __medDefines_h