Parcourir la source

yuzu qt copy windows deps renamed

James Rowe il y a 8 ans
Parent
commit
a24dbcac6e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/yuzu/CMakeLists.txt

+ 2 - 2
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)