summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
new file mode 100644
index 0000000..91cdc0b
--- /dev/null
+++ b/cmake/config.h.in
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define VERSION "${VERSION}"
+
+#ifndef __cplusplus
+# define inline ${C_INLINE}
+#endif
+
+#endif /* CONFIG_H */