File: config.h.cmake

package info (click to toggle)
indi-nexdome 1.5%2B20221222183051-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 424 kB
  • sloc: cpp: 1,200; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_H
#define CONFIG_H

/* Define INDI Data Dir */
#cmakedefine INDI_DATA_DIR "@INDI_DATA_DIR@"

/* Define Driver version */
#define INDI_NEXDOME_VERSION_MAJOR @INDI_NEXDOME_VERSION_MAJOR@
#define INDI_NEXDOME_VERSION_MINOR @INDI_NEXDOME_VERSION_MINOR@

#endif // CONFIG_H