Link winsock2 and pthread to tinysvcmdns.
This commit is contained in:
parent
f3d4f88466
commit
de7ace16ec
|
@ -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