summaryrefslogtreecommitdiffstats
path: root/indi-celestronaux/config.h.cmake
blob: be71a440dd6a25ca1f071dee1fd9f2975d92643b (plain)
1
2
3
4
5
6
7
8
9
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