summaryrefslogtreecommitdiffstats
path: root/src/Config.h.in
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-11-02 15:21:49 +0100
committerSebastian Schmelzer2011-11-02 15:21:49 +0100
commit2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1 (patch)
treee6db186bf42ee7e039d6b3f3734d91cff4186571 /src/Config.h.in
parentinitial import (diff)
downloadlibChooser-2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1.tar.gz
libChooser-2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1.tar.xz
libChooser-2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1.zip
cmake stuff
Diffstat (limited to 'src/Config.h.in')
-rw-r--r--src/Config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Config.h.in b/src/Config.h.in
new file mode 100644
index 0000000..bce2669
--- /dev/null
+++ b/src/Config.h.in
@@ -0,0 +1,6 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#cmakedefine DEBUG 1
+
+#endif //CONFIG_H