Oops, actually link winsock2.

This commit is contained in:
John Maguire 2013-01-18 14:00:21 +01:00
parent de7ace16ec
commit 6b4f4cde38
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ add_library(tinysvcmdns STATIC
target_link_libraries(tinysvcmdns
pthreadGC2
ws_32
ws2_32
)