mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 00:40:38 +00: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:
parent
f6b8d4758e
commit
e71aef6768
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user