diff options
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index a15719a0f..57f9916f6 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt | |||
| @@ -39,7 +39,5 @@ endif() | |||
| 39 | 39 | ||
| 40 | if (MSVC) | 40 | if (MSVC) |
| 41 | include(CopyYuzuSDLDeps) | 41 | include(CopyYuzuSDLDeps) |
| 42 | include(CopyYuzuUnicornDeps) | ||
| 43 | copy_yuzu_SDL_deps(yuzu-cmd) | 42 | copy_yuzu_SDL_deps(yuzu-cmd) |
| 44 | copy_yuzu_unicorn_deps(yuzu-cmd) | ||
| 45 | endif() | 43 | endif() |