File: config.h.cmake

package info (click to toggle)
indi-mi 1.8-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 400 kB
  • sloc: cpp: 852; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
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_MI_VERSION_MAJOR @INDI_MI_VERSION_MAJOR@
#define INDI_MI_VERSION_MINOR @INDI_MI_VERSION_MINOR@

#endif // CONFIG_H