Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_GL_Cuda / INC / envGLImageCudas.h
1 /**
2 * GLTools project
3 * version : 0.0.2
4 *
5 * Cédric Bilat cedric.bilat@he-arc.ch
6 * Stähli Joaquim joaquim.stahli@he-arc.ch
7 */
8
9 //PRIVATE
10 #ifndef ENV_GLIMAGE_CUDA_H
11 #define ENV_GLIMAGE_CUDA_H
12
13 #include "dllHelper.h"
14
15 #ifdef CBI_GLIMAGE_CUDA_DLL // defined if API is compiled as a DLL
16 #ifdef CBI_GLIMAGE_CUDA_EXPORT // defined if we are building the API DLL (instead of using it)
17 #define CBI_GLIMAGE_CUDA HELPER_DLL_EXPORT
18 #else
19 #define CBI_GLIMAGE_CUDA HELPER_DLL_IMPORT
20 #endif // GLIMAGE_DLL_EXPORT
21 #define CBI_GLIMAGE_CUDA_LOCAL HELPER_DLL_LOCAL
22 #else // GLIMAGE_USE_DLL is not defined: this means API is a static lib.
23 #define CBI_GLIMAGE_CUDA
24 #define CBI_GLIMAGE_CUDA_LOCAL
25 #endif
26
27 #endif /* ENV_GLIMAGE_H */