mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
Merge pull request #14264 from JoshuaVandaele/ccache-sdl
SDL: Enable CCache if wanted
This commit is contained in:
5
Externals/SDL/CMakeLists.txt
vendored
5
Externals/SDL/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user