aboutsummaryrefslogtreecommitdiff
path: root/src/core/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/config.h.cmake')
-rw-r--r--src/core/config.h.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/config.h.cmake b/src/core/config.h.cmake
new file mode 100644
index 0000000..ccf87b7
--- /dev/null
+++ b/src/core/config.h.cmake
@@ -0,0 +1,9 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#define LLVM_VERSION "@LLVM_VERSION@"
+#define COAL_VERSION "@Coal_VERSION@"
+
+#define MAX_WORK_DIMS 3
+
+#endif