mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
build: disable Ncurses examples by default
This commit is contained in:
parent
97c1a797c4
commit
bc742a190a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue