mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
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:
@ -406,6 +406,9 @@ if(WIN32)
|
|||||||
$<IF:$<CONFIG:Debug>,--debug,--release>
|
$<IF:$<CONFIG:Debug>,--debug,--release>
|
||||||
--no-translations
|
--no-translations
|
||||||
--no-compiler-runtime
|
--no-compiler-runtime
|
||||||
|
--no-system-d3d-compiler
|
||||||
|
--no-angle
|
||||||
|
--no-opengl-sw
|
||||||
"$<TARGET_FILE:dolphin-emu>"
|
"$<TARGET_FILE:dolphin-emu>"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user