1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 10:48:33 +01:00

Oops, actually link winsock2.

This commit is contained in:
John Maguire 2013-01-18 14:00:21 +01:00
parent de7ace16ec
commit 6b4f4cde38

View File

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