diff options
| author | 2021-04-10 02:27:02 -0700 | |
|---|---|---|
| committer | 2021-04-10 02:27:02 -0700 | |
| commit | 1063e0be483c59d0d3f31eb62ef888e00bdaee7d (patch) | |
| tree | c32c479a59ad290f5c0db86a19e39a4f9a0fa95a /src/core | |
| parent | Merge pull request #6099 from bunnei/derive-mem (diff) | |
| parent | externals: Search for shared opus installation. (diff) | |
| download | yuzu-1063e0be483c59d0d3f31eb62ef888e00bdaee7d.tar.gz yuzu-1063e0be483c59d0d3f31eb62ef888e00bdaee7d.tar.xz yuzu-1063e0be483c59d0d3f31eb62ef888e00bdaee7d.zip | |
Merge pull request #6172 from degasus/cmake_opus
externals: Search for shared opus installation.
Diffstat (limited to 'src/core')
| -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 0c1f5b0c8..167ee13f3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -673,7 +673,7 @@ endif() | |||
| 673 | create_target_directory_groups(core) | 673 | create_target_directory_groups(core) |
| 674 | 674 | ||
| 675 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 675 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 676 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus zip) | 676 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip) |
| 677 | 677 | ||
| 678 | if (YUZU_ENABLE_BOXCAT) | 678 | if (YUZU_ENABLE_BOXCAT) |
| 679 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) | 679 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) |