mirror of
https://github.com/nicbarker/clay.git
synced 2025-12-23 09:41:04 +00:00
[Renderers/vulkan] application is working now, start work on the actual demo
This commit is contained in:
parent
556e6b54f2
commit
0e9da36bda
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.27)
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
project(clay)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
|
@ -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_VULKAN_DEMO "Build Vulkan examples" ON)
|
||||
option(CLAY_INCLUDE_VULAKN_EXAMPLES "Build Vulkan examples" ON)
|
||||
|
||||
message(STATUS "CLAY_INCLUDE_DEMOS: ${CLAY_INCLUDE_DEMOS}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue