2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

Fix building with CMake on MinGW-w64. (#439)

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2024-12-20 02:49:55 +01:00
committed by GitHub
parent c0a23ae2c3
commit 5cfdf3ec4c

View File

@@ -57,7 +57,7 @@ else()
endif()
if (WIN32)
target_link_libraries(boost_process PUBLIC ntdll shell32 advapi32 user32)
target_link_libraries(boost_process PUBLIC ntdll shell32 advapi32 user32 ws2_32)
endif()
if(BUILD_SHARED_LIBS)