diff options
author | bunnei <bunneidev@gmail.com> | 2020-11-07 07:39:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 07:39:05 +0100 |
commit | af477fb8c5f4b87223aafd8e970b02a472a8118b (patch) | |
tree | a0e65e441c260c28e70074f405e9a7bb196bfe44 /src/yuzu_cmd | |
parent | Merge pull request #4899 from lioncash/fiberimpl (diff) | |
parent | core: Remove usage of unicorn (diff) | |
download | yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.tar yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.tar.gz yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.tar.bz2 yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.tar.lz yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.tar.xz yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.tar.zst yuzu-af477fb8c5f4b87223aafd8e970b02a472a8118b.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index a15719a0f..57f9916f6 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -39,7 +39,5 @@ endif() if (MSVC) include(CopyYuzuSDLDeps) - include(CopyYuzuUnicornDeps) copy_yuzu_SDL_deps(yuzu-cmd) - copy_yuzu_unicorn_deps(yuzu-cmd) endif() |