summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CMakeLists.txt')
-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 e8bf68866..8e5334e02 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -835,7 +835,7 @@ endif()
835 835
836create_target_directory_groups(core) 836create_target_directory_groups(core)
837 837
838target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) 838target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core nx_tzdb)
839target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus) 839target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus)
840if (MINGW) 840if (MINGW)
841 target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) 841 target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY})