summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/CMakeLists.txt4
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)
28endif() 28endif()
29 29
30if (MSVC) 30if (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)
35endif() 35endif()