summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/CMakeLists.txt4
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)
86endif() 86endif()
87 87
88if (MSVC) 88if (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)