diff --git a/src/network/CMakeLists.txt b/src/network/CMakeLists.txt index ffd5d03a7..50f07612b 100644 --- a/src/network/CMakeLists.txt +++ b/src/network/CMakeLists.txt @@ -35,3 +35,7 @@ endif() if (HAIKU) target_link_libraries(86Box network) endif() + +if(WIN32) + target_link_libraries(86Box ws2_32) +endif()