diff options
Diffstat (limited to 'src')
| -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 17f251c37..e51a19e2d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -666,7 +666,7 @@ endif() | |||
| 666 | create_target_directory_groups(core) | 666 | create_target_directory_groups(core) |
| 667 | 667 | ||
| 668 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 668 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 669 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus zip) | 669 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip) |
| 670 | 670 | ||
| 671 | if (YUZU_ENABLE_BOXCAT) | 671 | if (YUZU_ENABLE_BOXCAT) |
| 672 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) | 672 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) |