1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-14 18:56:32 +01:00

Link winsock2 and pthread to tinysvcmdns.

This commit is contained in:
John Maguire 2013-01-18 13:59:10 +01:00
parent f3d4f88466
commit de7ace16ec

View File

@ -9,3 +9,8 @@ set(TINYSVCMDNS-SOURCES
add_library(tinysvcmdns STATIC
${TINYSVCMDNS-SOURCES}
)
target_link_libraries(tinysvcmdns
pthreadGC2
ws_32
)