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 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) |