summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 0c1f5b0c8..167ee13f3 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -673,7 +673,7 @@ endif()
673create_target_directory_groups(core) 673create_target_directory_groups(core)
674 674
675target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) 675target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
676target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls opus zip) 676target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus zip)
677 677
678if (YUZU_ENABLE_BOXCAT) 678if (YUZU_ENABLE_BOXCAT)
679 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT) 679 target_compile_definitions(core PRIVATE -DYUZU_ENABLE_BOXCAT)