forked from mirror/openmw-tes3mp
[Master] Fix build for windows
This commit is contained in:
parent
68fa82f03a
commit
56012db86e
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue