mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 18:30:14 +00:00
Include the msvc runtime dlls with citra.
This commit is contained in:
parent
87893e6d68
commit
7fac9071ff
@ -121,7 +121,11 @@ if (Qt5_FOUND AND MSVC)
|
||||
Qt5Widgets$<$<CONFIG:Debug>:d>.*
|
||||
)
|
||||
windows_copy_files(citra-qt ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*)
|
||||
# copy the msvc redistributable dlls to the folder
|
||||
set(MSVC_REDIST_DIR "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/redist/x64/Microsoft.VC140.CRT")
|
||||
windows_copy_files(citra-qt ${MSVC_REDIST_DIR} ${DLL_DEST} *.dll)
|
||||
|
||||
unset(MSVC_REDIST_DIR)
|
||||
unset(Qt5_DLL_DIR)
|
||||
unset(Qt5_PLATFORMS_DIR)
|
||||
unset(DLL_DEST)
|
||||
|
Loading…
Reference in New Issue
Block a user