build: disable Ncurses examples by default

This commit is contained in:
Seintian 2025-12-28 18:54:31 +01:00
parent 97c1a797c4
commit bc742a190a

View file

@ -12,7 +12,7 @@ option(CLAY_INCLUDE_SDL3_EXAMPLES "Build SDL 3 examples" OFF)
option(CLAY_INCLUDE_WIN32_GDI_EXAMPLES "Build Win32 GDI examples" OFF)
option(CLAY_INCLUDE_SOKOL_EXAMPLES "Build Sokol examples" OFF)
option(CLAY_INCLUDE_PLAYDATE_EXAMPLES "Build Playdate examples" OFF)
option(CLAY_INCLUDE_NCURSES_EXAMPLES "Build Ncurses examples" ON)
option(CLAY_INCLUDE_NCURSES_EXAMPLES "Build Ncurses examples" OFF)
message(STATUS "CLAY_INCLUDE_DEMOS: ${CLAY_INCLUDE_DEMOS}")