summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-03-18 15:16:01 -0400
committerLouie S <louie@example.com>2024-03-18 15:16:01 -0400
commit4f6bf0f32483f524f2f654c9eaf9274d8e85af77 (patch)
tree9d6aa79f62d246aebe35d412ae7c221cbf5e6aac /config.h.in
parenta394dab92712a7a588805df69cd89710071f3a51 (diff)
Set settings with macro variables
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f1add5e..889eef1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,6 +3,7 @@
#define PROJECT_NAME "@PROJECT_NAME@"
#define PROJECT_TITLE "@PROJECT_TITLE@"
+#define ORGANIZATION_NAME "@ORGANIZATION_NAME@"
#define VERSION "@CMAKE_PROJECT_VERSION@"
#define VERSION_MAJOR "@VERSION_MAJOR@"
#define VERSION_MINOR "@VERSION_MINOR@"