notcurses/tools/builddef.h.in

14 lines
406 B
C
Raw Normal View History

2020-10-11 00:33:23 +00:00
// Populated by CMake; not installed
#cmakedefine DFSG_BUILD
#cmakedefine USE_QRCODEGEN
2021-06-24 14:19:40 +00:00
#cmakedefine USE_READLINE
2020-10-11 00:33:23 +00:00
// exclusive with USE_OIIO
#cmakedefine USE_FFMPEG
// exclusive with USE_FFMPEG
#cmakedefine USE_OIIO
// set if either USE_FFMPEG || USE_OIIO
#if defined(USE_FFMPEG) || defined(USE_OIIO)
#define NOTCURSES_USE_MULTIMEDIA
#endif
#define NOTCURSES_SHARE "@CMAKE_INSTALL_FULL_DATADIR@/notcurses"