diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2018-07-31 00:42:20 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-07-31 00:42:20 +0200 |
commit | a483e5e28de936e5eab81c1b9d66faf7b738f612 (patch) | |
tree | 32e8d1eed5ff9a930134888919ad459b9feabcee /src/core/CMakeLists.txt | |
parent | Merge pull request #861 from FearlessTobi/port-3972 (diff) | |
download | yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.gz yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.bz2 yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.lz yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.xz yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.tar.zst yuzu-a483e5e28de936e5eab81c1b9d66faf7b738f612.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f05e02cfb..3386c2231 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -318,7 +318,7 @@ add_library(core STATIC create_target_directory_groups(core) target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) -target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) +target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static opus unicorn) if (ARCHITECTURE_x86_64) target_sources(core PRIVATE |