diff options
| author | 2018-01-11 19:21:20 -0700 | |
|---|---|---|
| committer | 2018-01-12 19:11:03 -0700 | |
| commit | ebf9a784a9f7f4148a669dbb39e7cd50df779a14 (patch) | |
| tree | d585685a1c0a34b903af1d086d62560bf56bb29f /CMakeModules | |
| parent | config: Default CPU core to Unicorn. (diff) | |
| download | yuzu-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.tar.gz yuzu-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.tar.xz yuzu-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) | |||
| 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>.*) |
| 17 | endfunction(copy_citra_Qt5_deps) | 17 | endfunction(copy_citra_Qt5_deps) |