mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-11 01:24:22 +02:00
SDL: Enable CCache if wanted
This commit is contained in:
Vendored
+5
@@ -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