1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-29 10:39:47 +01:00

Search for windows pthread library for tinysvcmdns.

This commit is contained in:
John Maguire 2013-01-18 16:56:07 +01:00
parent 6b4f4cde38
commit 139777cace

View File

@ -6,11 +6,15 @@ set(TINYSVCMDNS-SOURCES
mdnsd.c
)
find_library(PTHREAD
pthreadGC2
)
add_library(tinysvcmdns STATIC
${TINYSVCMDNS-SOURCES}
)
target_link_libraries(tinysvcmdns
pthreadGC2
${PTHREAD}
ws2_32
)