Link winsock2 and pthread to tinysvcmdns.

This commit is contained in:
John Maguire 2013-01-18 13:59:10 +01:00
parent f3d4f88466
commit de7ace16ec
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ set(TINYSVCMDNS-SOURCES
add_library(tinysvcmdns STATIC
${TINYSVCMDNS-SOURCES}
)
target_link_libraries(tinysvcmdns
pthreadGC2
ws_32
)