fix(build): include SDL3

This commit is contained in:
superp00t 2025-04-16 17:30:32 -04:00
parent 6bed0f5f83
commit f79fbad472

View File

@ -9,7 +9,7 @@ endif ()
if (WHOA_BUILD_GLSDL)
set(SDL_SHARED OFF)
set(SDL_STATIC ON)
add_subdirectory(sdl-2.30.5)
add_subdirectory(sdl-3.2.10)
set(glew-cmake_BUILD_SHARED OFF)
set(glew-cmake_BUILD_STATIC ON)