summaryrefslogtreecommitdiffstats
path: root/indi-celestronaux/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indi-celestronaux/config.h.cmake')
-rw-r--r--indi-celestronaux/config.h.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/indi-celestronaux/config.h.cmake b/indi-celestronaux/config.h.cmake
new file mode 100644
index 0000000..be71a44
--- /dev/null
+++ b/indi-celestronaux/config.h.cmake
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+/* Define INDI Data Dir */
+#cmakedefine INDI_DATA_DIR "@INDI_DATA_DIR@"
+/* Define Driver version */
+#define CAUX_VERSION_MAJOR @CAUX_VERSION_MAJOR@
+#define CAUX_VERSION_MINOR @CAUX_VERSION_MINOR@
+
+#endif // CONFIG_H