scoop  0.1.4
Scoop - Simple ColoR pAleTtes and mappERs
api.h
Go to the documentation of this file.
1 // generated by CommonLibrary.cmake, do not edit.
2 
8 #ifndef SCOOP_API_H
9 #define SCOOP_API_H
10 
11 #include <scoop/defines.h>
12 
13 #if defined(_MSC_VER) || defined(__declspec)
14 # define SCOOP_DLLEXPORT __declspec(dllexport)
15 # define SCOOP_DLLIMPORT __declspec(dllimport)
16 #else // _MSC_VER
17 # define SCOOP_DLLEXPORT
18 # define SCOOP_DLLIMPORT
19 #endif // _MSC_VER
20 
21 #if defined(SCOOP_STATIC)
22 # define SCOOP_API
23 #elif defined(SCOOP_SHARED)
24 # define SCOOP_API SCOOP_DLLEXPORT
25 #else
26 # define SCOOP_API SCOOP_DLLIMPORT
27 #endif
28 
29 #if defined(SCOOP_SHARED_INL)
30 # define SCOOP_INL SCOOP_DLLEXPORT
31 #else
32 # define SCOOP_INL SCOOP_DLLIMPORT
33 #endif
34 
35 #endif
Includes compile-time defines of scoop.