mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 09:09:09 +00:00
fix(build): include SDL3
This commit is contained in:
parent
6bed0f5f83
commit
f79fbad472
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue