File: config.h.cmake

package info (click to toggle)
indi-webcam 1.0%2B20221222161740-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 440 kB
  • sloc: cpp: 1,654; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
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 WEBCAM_VERSION_MAJOR @WEBCAM_VERSION_MAJOR@
#define WEBCAM_VERSION_MINOR @WEBCAM_VERSION_MINOR@

#endif // CONFIG_H