Added ws2_32 library to Win32 build
This commit is contained in:
@@ -30,6 +30,7 @@ SET(TARGET_H
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
SET(TARGET_EXTERNAL_LIBRARIES ws2_32)
|
||||
SET(TARGET_SRC
|
||||
${TARGET_SRC}
|
||||
ip/win32/NetworkingUtils.cpp
|
||||
|
||||
Reference in New Issue
Block a user