summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Rodrigo Locatti2020-07-04 01:32:54 -0300
committerGravatar GitHub2020-07-04 01:32:54 -0300
commit3096adb3471af1b094d670751e476c337007d299 (patch)
treeef0bbb00f0f4775d66adde9e3fda9afb1bbff8c5 /src
parentMerge pull request #4175 from ReinUsesLisp/read-buffer (diff)
parentexternals: Track opus as submodule instead of using conan (diff)
downloadyuzu-3096adb3471af1b094d670751e476c337007d299.tar.gz
yuzu-3096adb3471af1b094d670751e476c337007d299.tar.xz
yuzu-3096adb3471af1b094d670751e476c337007d299.zip
Merge pull request #4218 from ogniK5377/opus-external
externals: Track opus as submodule instead of using conan
Diffstat (limited to 'src')
-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 f87d67db5..d1f173f42 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -614,7 +614,7 @@ endif()
614create_target_directory_groups(core) 614create_target_directory_groups(core)
615 615
616target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) 616target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
617target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus unicorn zip) 617target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus unicorn zip)
618 618
619if (YUZU_ENABLE_BOXCAT) 619if (YUZU_ENABLE_BOXCAT)
620 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) 620 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT)