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:
parent
f3d4f88466
commit
de7ace16ec
5
3rdparty/tinysvcmdns/CMakeLists.txt
vendored
5
3rdparty/tinysvcmdns/CMakeLists.txt
vendored
@ -9,3 +9,8 @@ set(TINYSVCMDNS-SOURCES
|
||||
add_library(tinysvcmdns STATIC
|
||||
${TINYSVCMDNS-SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(tinysvcmdns
|
||||
pthreadGC2
|
||||
ws_32
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user