mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-30 15:56:04 +03:00
fix(build): include SDL3
This commit is contained in:
parent
6bed0f5f83
commit
f79fbad472
2
vendor/CMakeLists.txt
vendored
2
vendor/CMakeLists.txt
vendored
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user