diff --git a/apps/master/CMakeLists.txt b/apps/master/CMakeLists.txt index d29218d67..0613335c0 100644 --- a/apps/master/CMakeLists.txt +++ b/apps/master/CMakeLists.txt @@ -24,3 +24,7 @@ if (UNIX) endif() endif(NOT APPLE) endif(UNIX) + +if(WIN32) + target_link_libraries(masterserver wsock32) +endif(WIN32)