mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 22:27:52 +00:00
externals: Use unicorn DLL instead of static lib.
This commit is contained in:
parent
3ff86cab2e
commit
4b1c34c257
3 changed files with 7 additions and 2 deletions
|
@ -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