We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f282e17 commit 7d6d819Copy full SHA for 7d6d819
ext/sdl3.cmake
@@ -9,6 +9,8 @@ if(SDL3_VENDORED)
9
set(SDL_RENDER OFF CACHE BOOL "" FORCE)
10
set(SDL_DIALOG OFF CACHE BOOL "" FORCE)
11
set(SDL_SENSOR OFF CACHE BOOL "" FORCE)
12
+ set(SDL_VULKAN OFF CACHE BOOL "" FORCE)
13
+ set(SDL_METAL OFF CACHE BOOL "" FORCE)
14
set(SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 CACHE STRING "" FORCE)
15
add_subdirectory(sdl3 EXCLUDE_FROM_ALL)
16
else()
0 commit comments