mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 10:09:24 +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
|
add_library(tinysvcmdns STATIC
|
||||||
${TINYSVCMDNS-SOURCES}
|
${TINYSVCMDNS-SOURCES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries(tinysvcmdns
|
||||||
|
pthreadGC2
|
||||||
|
ws_32
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user