summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-03-16 17:52:01 -0400
committerLouie S <louie@example.com>2024-03-16 17:52:01 -0400
commit3a9b931e6a8c5d21fb776791cbfaad4bcdb8cc56 (patch)
tree8e89cbe0c0131a8e5d7e466ba4034bcd4b3dfc33 /config.h.in
parent84137fe7739f14c9dc5697105cf1ae2af4271b4e (diff)
Tidy up about page
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..f1add5e
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,11 @@
+#ifndef CONFIG_H_IN
+#define CONFIG_H_IN
+
+#define PROJECT_NAME "@PROJECT_NAME@"
+#define PROJECT_TITLE "@PROJECT_TITLE@"
+#define VERSION "@CMAKE_PROJECT_VERSION@"
+#define VERSION_MAJOR "@VERSION_MAJOR@"
+#define VERSION_MINOR "@VERSION_MINOR@"
+#define VERSION_PATCH "@VERSION_PATCH@"
+
+#endif