diff options
| author | 2020-07-01 15:09:33 +1000 | |
|---|---|---|
| committer | 2020-07-01 15:09:33 +1000 | |
| commit | d5dfe34c4935d1494f4b742fa3bb4066d9096236 (patch) | |
| tree | bbd2db9128c5590763397d1aa9c00dce26922e1d /src/core | |
| parent | Merge pull request #4208 from jbeich/freebsd (diff) | |
| download | yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.gz yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.tar.xz yuzu-d5dfe34c4935d1494f4b742fa3bb4066d9096236.zip | |
externals: Track opus as submodule instead of using conan
Supersedes #4068 see for details.
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 f87d67db5..d1f173f42 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -614,7 +614,7 @@ endif() | |||
| 614 | create_target_directory_groups(core) | 614 | create_target_directory_groups(core) |
| 615 | 615 | ||
| 616 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 616 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 617 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus unicorn zip) | 617 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus unicorn zip) |
| 618 | 618 | ||
| 619 | if (YUZU_ENABLE_BOXCAT) | 619 | if (YUZU_ENABLE_BOXCAT) |
| 620 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) | 620 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) |