externals: Use unicorn DLL instead of static lib.

This commit is contained in:
bunnei 2018-01-04 13:15:29 -05:00
parent 3f8b9181b5
commit 738845cc0e
3 changed files with 7 additions and 2 deletions

View file

@ -29,5 +29,7 @@ endif()
if (MSVC)
include(CopyCitraSDLDeps)
include(CopyYuzuUnicornDeps)
copy_citra_SDL_deps(citra)
copy_yuzu_unicorn_deps(citra)
endif()

View file

@ -109,6 +109,8 @@ endif()
if (MSVC)
include(CopyCitraQt5Deps)
include(CopyCitraSDLDeps)
include(CopyYuzuUnicornDeps)
copy_citra_Qt5_deps(citra-qt)
copy_citra_SDL_deps(citra-qt)
copy_yuzu_unicorn_deps(citra-qt)
endif()