aboutsummaryrefslogtreecommitdiff
path: root/common/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/config.h.in b/common/config.h.in
new file mode 100644
index 0000000..2f41d8d
--- /dev/null
+++ b/common/config.h.in
@@ -0,0 +1,9 @@
+#ifndef COMMON_CONFIG_H_
+#define COMMON_CONFIG_H_
+
+#define CONFIG_DIR "@CMAKE_INSTALL_PREFIX@/etc/rocket-cli-client/"
+#define CONFIG_PATH CONFIG_DIR "rocket.conf"
+#define VERSION "@PROJECT_VERSION@"
+#define GIT_HASH "@GIT_HASH@"
+
+#endif