Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (NOT BOOST_COBALT_IS_ROOT)
endif()

if(MINGW OR CYGWIN)
target_link_libraries(boost_cobalt PUBLIC ws2_32)
target_link_libraries(boost_cobalt PUBLIC ws2_32 mswsock bcrypt)
endif()

if (BOOST_COBALT_USE_BOOST_CONTAINER)
Expand Down Expand Up @@ -210,7 +210,7 @@ else()
endif()

if(MINGW OR CYGWIN)
target_link_libraries(boost_cobalt PUBLIC ws2_32)
target_link_libraries(boost_cobalt PUBLIC ws2_32 mswsock bcrypt)
endif()

if(BUILD_SHARED_LIBS)
Expand Down
Loading