summaryrefslogtreecommitdiff
path: root/CMakeModules/CopyCitraQt5Deps.cmake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeModules/CopyCitraQt5Deps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyCitraQt5Deps.cmake b/CMakeModules/CopyCitraQt5Deps.cmake
index 05f58cf9a..342d0b915 100644
--- a/CMakeModules/CopyCitraQt5Deps.cmake
+++ b/CMakeModules/CopyCitraQt5Deps.cmake
@@ -13,5 +13,5 @@ function(copy_citra_Qt5_deps target_dir)
13 Qt5OpenGL$<$<CONFIG:Debug>:d>.* 13 Qt5OpenGL$<$<CONFIG:Debug>:d>.*
14 Qt5Widgets$<$<CONFIG:Debug>:d>.* 14 Qt5Widgets$<$<CONFIG:Debug>:d>.*
15 ) 15 )
16 windows_copy_files(citra-qt ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*) 16 windows_copy_files(yuzu ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*)
17endfunction(copy_citra_Qt5_deps) 17endfunction(copy_citra_Qt5_deps)