]> Creatis software - clitk.git/blob - common/clitkConfiguration.h.in
Merged globals.h.in in clitkConfiguration.h.in
[clitk.git] / common / clitkConfiguration.h.in
1 #ifndef clitk_configuration_h
2 #define clitk_configuration_h
3 //This file is interpreted by cmake, to define macros based on the cmake configuration options
4 //
5
6 #cmakedefine01 CLITK_EXPERIMENTAL
7 #cmakedefine01 CLITK_MEMORY_INFO
8
9 // Global environment variables
10 #define OS_NAME "@CMAKE_SYSTEM@"
11 #define ARCHITECTURE "@CMAKE_SYSTEM_PROCESSOR@"
12
13 #endif