You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/tools/builddef.h.in

14 lines
406 B
C

// Populated by CMake; not installed
#cmakedefine DFSG_BUILD
#cmakedefine USE_QRCODEGEN
#cmakedefine USE_READLINE
// 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"