]> Creatis software - clitk.git/blob - common/clitkConfiguration.h.in
b573cc8c6d4e81fbb3f67b10eb8ee89f8d337549
[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