link winsock for static builds

This commit is contained in:
Mark Brand 2013-03-07 00:26:12 +01:00
parent aa8f39e321
commit fb29ccbde7

View File

@ -630,6 +630,8 @@ IF(WIN32)
${TARGET_LINK_LIBRARIES}
"ws2_32"
)
ELSE()
SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} -lws2_32")
ENDIF()
ENDIF()