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:
parent
6b4f4cde38
commit
139777cace
6
3rdparty/tinysvcmdns/CMakeLists.txt
vendored
6
3rdparty/tinysvcmdns/CMakeLists.txt
vendored
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user