2019-11-17 10:04:41 +00:00
|
|
|
#define notcurses_VERSION_MAJOR "@notcurses_VERSION_MAJOR@"
|
|
|
|
#define notcurses_VERSION_MINOR "@notcurses_VERSION_MINOR@"
|
|
|
|
#define notcurses_VERSION_PATCH "@notcurses_VERSION_PATCH@"
|
2020-02-05 03:49:23 +00:00
|
|
|
#cmakedefine DFSG_BUILD
|
2020-04-21 03:26:41 +00:00
|
|
|
#cmakedefine USE_QRCODEGEN
|
2020-04-23 11:09:54 +00:00
|
|
|
// exclusive with USE_OIIO
|
|
|
|
#cmakedefine USE_FFMPEG
|
|
|
|
// exclusive with USE_FFMPEG
|
|
|
|
#cmakedefine USE_OIIO
|
|
|
|
// set if either USE_FFMPEG || USE_OIIO
|
2020-04-23 11:30:12 +00:00
|
|
|
#if defined(USE_FFMPEG) || defined(USE_OIIO)
|
|
|
|
#define USE_MULTIMEDIA
|
|
|
|
#endif
|
2020-02-23 02:50:48 +00:00
|
|
|
#define NOTCURSES_SHARE "@CMAKE_INSTALL_FULL_DATADIR@/notcurses"
|