diff options
| author | 2018-01-04 13:15:29 -0500 | |
|---|---|---|
| committer | 2018-01-04 13:15:29 -0500 | |
| commit | 738845cc0e3e3dc4833e7eca25c263aa6834192b (patch) | |
| tree | 27699c7763f9de3f41e95170f3135335b7c52774 /src | |
| parent | unicorn: Use for arm interface on Windows. (diff) | |
| download | yuzu-738845cc0e3e3dc4833e7eca25c263aa6834192b.tar.gz yuzu-738845cc0e3e3dc4833e7eca25c263aa6834192b.tar.xz yuzu-738845cc0e3e3dc4833e7eca25c263aa6834192b.zip | |
externals: Use unicorn DLL instead of static lib.
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/citra/CMakeLists.txt b/src/citra/CMakeLists.txt index a885f22f8..ed92a6ae2 100644 --- a/src/citra/CMakeLists.txt +++ b/src/citra/CMakeLists.txt | |||
| @@ -29,5 +29,7 @@ endif() | |||
| 29 | 29 | ||
| 30 | if (MSVC) | 30 | if (MSVC) |
| 31 | include(CopyCitraSDLDeps) | 31 | include(CopyCitraSDLDeps) |
| 32 | include(CopyYuzuUnicornDeps) | ||
| 32 | copy_citra_SDL_deps(citra) | 33 | copy_citra_SDL_deps(citra) |
| 34 | copy_yuzu_unicorn_deps(citra) | ||
| 33 | endif() | 35 | endif() |
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index add7566c2..e2fa33081 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -109,6 +109,8 @@ endif() | |||
| 109 | if (MSVC) | 109 | if (MSVC) |
| 110 | include(CopyCitraQt5Deps) | 110 | include(CopyCitraQt5Deps) |
| 111 | include(CopyCitraSDLDeps) | 111 | include(CopyCitraSDLDeps) |
| 112 | include(CopyYuzuUnicornDeps) | ||
| 112 | copy_citra_Qt5_deps(citra-qt) | 113 | copy_citra_Qt5_deps(citra-qt) |
| 113 | copy_citra_SDL_deps(citra-qt) | 114 | copy_citra_SDL_deps(citra-qt) |
| 115 | copy_yuzu_unicorn_deps(citra-qt) | ||
| 114 | endif() | 116 | endif() |