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