aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-30 21:20:41 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-30 21:20:41 +0100
commitecf705157258058de5547eaa6905c3eb1968fa59 (patch)
treedf7b909744e0f331692bf0c43cefd9010abb98f3 /config
parent370dc005d99d664f74991411f58026f7a90caa1b (diff)
downloadArider-ecf705157258058de5547eaa6905c3eb1968fa59.tar.gz
Arider-ecf705157258058de5547eaa6905c3eb1968fa59.zip
Adding shader support
Diffstat (limited to 'config')
-rw-r--r--config/arider_config.hpp.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/arider_config.hpp.in b/config/arider_config.hpp.in
new file mode 100644
index 0000000..5674160
--- /dev/null
+++ b/config/arider_config.hpp.in
@@ -0,0 +1,5 @@
+// the configured options and settings for Arider
+#define ARIDER_MAJOR_VERSION @ARIDER_MAJOR_VERSION@
+#define ARIDER_MINOR_VERSION @ARIDER_MINOR_VERSION@
+#define ARIDER_PATCH_VERSION @ARIDER_PATCH_VERSION@
+#define ARIDER_VERSION @ARIDER_VERSION@