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:
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