CMake: Ask windeployqt not to copy DLLs that are unnecessary

* no-system-d3d-compiler: d3dcompiler_47.dll
* no-angle, no-opengl-sw: libEGL.dll, libGLESv2.dll
This commit is contained in:
Léo Lam 2021-04-25 00:32:23 +02:00
parent f6b8d4758e
commit e71aef6768
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 3 additions and 0 deletions

View File

@ -406,6 +406,9 @@ if(WIN32)
$<IF:$<CONFIG:Debug>,--debug,--release>
--no-translations
--no-compiler-runtime
--no-system-d3d-compiler
--no-angle
--no-opengl-sw
"$<TARGET_FILE:dolphin-emu>"
)
endif()