Now using mingw-w64 pthreads

This commit is contained in:
John Maguire 2019-11-14 20:52:11 +00:00
parent e2ab832caf
commit 6377f297bb
1 changed files with 0 additions and 5 deletions

View File

@ -6,15 +6,10 @@ set(TINYSVCMDNS-SOURCES
mdnsd.c
)
find_library(PTHREAD
pthread
)
add_library(tinysvcmdns STATIC
${TINYSVCMDNS-SOURCES}
)
target_link_libraries(tinysvcmdns
${PTHREAD}
ws2_32
)