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 4c01703ca..a59c5a552 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -688,7 +688,7 @@ endif() | |||
| 688 | create_target_directory_groups(core) | 688 | create_target_directory_groups(core) |
| 689 | 689 | ||
| 690 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 690 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 691 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip) | 691 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) |
| 692 | 692 | ||
| 693 | if (YUZU_ENABLE_BOXCAT) | 693 | if (YUZU_ENABLE_BOXCAT) |
| 694 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) | 694 | target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) |