diff options
author | James Rowe <[email protected]> | 2018-01-11 19:21:20 -0700 |
---|---|---|
committer | James Rowe <[email protected]> | 2018-01-12 19:11:03 -0700 |
commit | ebf9a784a9f7f4148a669dbb39e7cd50df779a14 (patch) | |
tree | d585685a1c0a34b903af1d086d62560bf56bb29f /CMakeModules | |
parent | 890bbc0cd3ab070f8e1ef32806fe51ab20dd8579 (diff) | |
download | yuzu-mainline-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.tar.gz yuzu-mainline-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.zip |
Massive removal of unused modules
Diffstat (limited to 'CMakeModules')
-rw-r--r-- | CMakeModules/CopyCitraQt5Deps.cmake | 2 |
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) Qt5OpenGL$<$<CONFIG:Debug>:d>.* Qt5Widgets$<$<CONFIG:Debug>:d>.* ) - windows_copy_files(citra-qt ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*) + windows_copy_files(yuzu ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*) endfunction(copy_citra_Qt5_deps) |