Externals: Allow building SDL without X11/Wayland

This commit is contained in:
Joshua Vandaële 2025-09-29 05:23:32 +02:00
parent cdfb389509
commit 7332cc1c8a
No known key found for this signature in database
GPG Key ID: 5E8F4E7EDBD390EA

View File

@ -5,6 +5,7 @@ set(SDL_TESTS OFF)
set(SDL_DISABLE_INSTALL ON) set(SDL_DISABLE_INSTALL ON)
set(SDL_DISABLE_INSTALL_DOCS ON) set(SDL_DISABLE_INSTALL_DOCS ON)
set(SDL_INSTALL_TESTS OFF) set(SDL_INSTALL_TESTS OFF)
set(SDL_UNIX_CONSOLE_BUILD ON)
add_subdirectory(SDL) add_subdirectory(SDL)