1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 09:26:30 -05:00

Minor cleanup

This commit is contained in:
MerryMage
2018-01-13 23:49:16 +00:00
parent b3c303539e
commit 80db02c497
10 changed files with 34 additions and 39 deletions

View File

@@ -28,8 +28,8 @@ if(UNIX AND NOT APPLE)
endif()
if (MSVC)
include(CopyCitraSDLDeps)
include(CopyYuzuSDLDeps)
include(CopyYuzuUnicornDeps)
copy_citra_SDL_deps(yuzu-cmd)
copy_yuzu_SDL_deps(yuzu-cmd)
copy_yuzu_unicorn_deps(yuzu-cmd)
endif()