summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2021-04-10 02:27:02 -0700
committerGravatar GitHub2021-04-10 02:27:02 -0700
commit1063e0be483c59d0d3f31eb62ef888e00bdaee7d (patch)
treec32c479a59ad290f5c0db86a19e39a4f9a0fa95a /src/core
parentMerge pull request #6099 from bunnei/derive-mem (diff)
parentexternals: Search for shared opus installation. (diff)
downloadyuzu-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.txt2
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()
673create_target_directory_groups(core) 673create_target_directory_groups(core)
674 674
675target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) 675target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
676target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus zip) 676target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip)
677 677
678if (YUZU_ENABLE_BOXCAT) 678if (YUZU_ENABLE_BOXCAT)
679 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) 679 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT)