1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-29 16:06:44 +00:00

[Master] Fix build for windows

This commit is contained in:
Koncord 2017-05-21 14:53:36 +08:00
parent 68fa82f03a
commit 56012db86e

View file

@ -24,3 +24,7 @@ if (UNIX)
endif() endif()
endif(NOT APPLE) endif(NOT APPLE)
endif(UNIX) endif(UNIX)
if(WIN32)
target_link_libraries(masterserver wsock32)
endif(WIN32)