]> Creatis software - clitk.git/blob - common/clitkConfiguration.h.in
add option to display memory usage if statgrab is installed
[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 #endif