diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 802e060f4..433e210b0 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt | |||
| @@ -28,8 +28,8 @@ if(UNIX AND NOT APPLE) | |||
| 28 | endif() | 28 | endif() |
| 29 | 29 | ||
| 30 | if (MSVC) | 30 | if (MSVC) |
| 31 | include(CopyCitraSDLDeps) | 31 | include(CopyYuzuSDLDeps) |
| 32 | include(CopyYuzuUnicornDeps) | 32 | include(CopyYuzuUnicornDeps) |
| 33 | copy_citra_SDL_deps(yuzu-cmd) | 33 | copy_yuzu_SDL_deps(yuzu-cmd) |
| 34 | copy_yuzu_unicorn_deps(yuzu-cmd) | 34 | copy_yuzu_unicorn_deps(yuzu-cmd) |
| 35 | endif() | 35 | endif() |