2019-11-17 05:04:41 -05:00
|
|
|
#define notcurses_VERSION_MAJOR "@notcurses_VERSION_MAJOR@"
|
|
|
|
#define notcurses_VERSION_MINOR "@notcurses_VERSION_MINOR@"
|
|
|
|
#define notcurses_VERSION_PATCH "@notcurses_VERSION_PATCH@"
|
2020-02-04 22:49:23 -05:00
|
|
|
#cmakedefine DFSG_BUILD
|
2020-04-20 23:26:41 -04:00
|
|
|
#cmakedefine USE_QRCODEGEN
|
2020-04-23 07:09:54 -04: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 07:30:12 -04:00
|
|
|
#if defined(USE_FFMPEG) || defined(USE_OIIO)
|
|
|
|
#define USE_MULTIMEDIA
|
|
|
|
#endif
|
2020-02-22 21:50:48 -05:00
|
|
|
#define NOTCURSES_SHARE "@CMAKE_INSTALL_FULL_DATADIR@/notcurses"
|