aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-07-26 14:53:33 -0400
committerDeterminant <tederminant@gmail.com>2018-07-26 14:53:33 -0400
commit473551d760bb52d3c8d12b2096c10210e9387389 (patch)
treec71212a7fc48a19a612c167816eea303e53a024a /src/config.h.in
parentb4ea37cc72c4138727d0c44d47010c11a2a929ad (diff)
add auto generated config.h
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 0000000..7637923
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,7 @@
+#ifndef _SALTICIDAE_CONFIG_H
+#define _SALTICIDAE_CONFIG_H
+
+#cmakedefine SALTICIDAE_ENABLE_DEBUG_LOG
+#cmakedefine SALTICIDAE_ENABLE_NORMAL_LOG
+
+#endif