]> Creatis software - clitk.git/commitdiff
sorry, forgot to add this file in the last commit
authorschaerer <schaerer>
Wed, 24 Mar 2010 08:09:20 +0000 (08:09 +0000)
committerschaerer <schaerer>
Wed, 24 Mar 2010 08:09:20 +0000 (08:09 +0000)
common/clitkConfiguration.h.in [new file with mode: 0644]

diff --git a/common/clitkConfiguration.h.in b/common/clitkConfiguration.h.in
new file mode 100644 (file)
index 0000000..b4b89a9
--- /dev/null
@@ -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