From a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550 Mon Sep 17 00:00:00 2001
From: James Rowe <jroweboy@gmail.com>
Date: Sat, 13 Jan 2018 21:17:42 -0700
Subject: [PATCH] yuzu qt copy windows deps renamed

---
 src/yuzu/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 0dedfc83f2..5b446dc362 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -86,8 +86,8 @@ if(UNIX AND NOT APPLE)
 endif()
 
 if (MSVC)
-    include(CopyCitraQt5Deps)
-    include(CopyCitraSDLDeps)
+    include(CopyYuzuQt5Deps)
+    include(CopyYuzuSDLDeps)
     include(CopyYuzuUnicornDeps)
     copy_yuzu_Qt5_deps(yuzu)
     copy_yuzu_SDL_deps(yuzu)