Merge pull request #14264 from JoshuaVandaele/ccache-sdl

SDL: Enable CCache if wanted
This commit is contained in:
OatmealDome 2026-01-25 21:52:08 -05:00 committed by GitHub
commit 30cc4b388e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,11 @@ set(SDL_CAMERA OFF)
set(SDL_DIALOG OFF)
set(SDL_TRAY OFF)
if(CCACHE_BIN)
set(SDL_CCACHE ON)
set(CCACHE_BINARY ${CCACHE_BIN})
endif()
add_subdirectory(SDL)
if (TARGET SDL3)