mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
13 lines
380 B
C
13 lines
380 B
C
// Populated by CMake; not installed
|
|
#cmakedefine DFSG_BUILD
|
|
#cmakedefine USE_QRCODEGEN
|
|
// 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"
|