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()