mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 07:07:04 +02:00
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
|
|
@ -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