Added ws2_32 library to Win32 build

This commit is contained in:
Robert Osfield
2012-11-20 10:37:42 +00:00
parent 8b30807ef1
commit f3e9967f47

View File

@@ -30,6 +30,7 @@ SET(TARGET_H
)
if(WIN32)
SET(TARGET_EXTERNAL_LIBRARIES ws2_32)
SET(TARGET_SRC
${TARGET_SRC}
ip/win32/NetworkingUtils.cpp