diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 948cc318a..2bd720f08 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -768,6 +768,9 @@ create_target_directory_groups(core) | |||
| 768 | 768 | ||
| 769 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 769 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 770 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) | 770 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) |
| 771 | if (MINGW) | ||
| 772 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) | ||
| 773 | endif() | ||
| 771 | 774 | ||
| 772 | if (ENABLE_WEB_SERVICE) | 775 | if (ENABLE_WEB_SERVICE) |
| 773 | target_compile_definitions(core PRIVATE -DENABLE_WEB_SERVICE) | 776 | target_compile_definitions(core PRIVATE -DENABLE_WEB_SERVICE) |