externals: Use unicorn DLL instead of static lib.
This commit is contained in:
parent
3f8b9181b5
commit
738845cc0e
3 changed files with 7 additions and 2 deletions
|
@ -29,5 +29,7 @@ endif()
|
|||
|
||||
if (MSVC)
|
||||
include(CopyCitraSDLDeps)
|
||||
include(CopyYuzuUnicornDeps)
|
||||
copy_citra_SDL_deps(citra)
|
||||
copy_yuzu_unicorn_deps(citra)
|
||||
endif()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue