From: schaerer Date: Wed, 24 Mar 2010 08:09:20 +0000 (+0000) Subject: sorry, forgot to add this file in the last commit X-Git-Tag: v1.2.0~756 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=da3fe80c408ea71a64a891ce0d6f198aaab6f272;p=clitk.git sorry, forgot to add this file in the last commit --- diff --git a/common/clitkConfiguration.h.in b/common/clitkConfiguration.h.in new file mode 100644 index 0000000..b4b89a9 --- /dev/null +++ b/common/clitkConfiguration.h.in @@ -0,0 +1,10 @@ +#ifndef clitk_configuration_h +#define clitk_configuration_h +//This file is interpreted by cmake, to define macros based on the cmake configuration options +// + + +#cmakedefine01 CLITK_EXPERIMENTAL + + +#endif