diff options
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 0dedfc83f..5b446dc36 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -86,8 +86,8 @@ if(UNIX AND NOT APPLE) | |||
| 86 | endif() | 86 | endif() |
| 87 | 87 | ||
| 88 | if (MSVC) | 88 | if (MSVC) |
| 89 | include(CopyCitraQt5Deps) | 89 | include(CopyYuzuQt5Deps) |
| 90 | include(CopyCitraSDLDeps) | 90 | include(CopyYuzuSDLDeps) |
| 91 | include(CopyYuzuUnicornDeps) | 91 | include(CopyYuzuUnicornDeps) |
| 92 | copy_yuzu_Qt5_deps(yuzu) | 92 | copy_yuzu_Qt5_deps(yuzu) |
| 93 | copy_yuzu_SDL_deps(yuzu) | 93 | copy_yuzu_SDL_deps(yuzu) |