Now using mingw-w64 pthreads
This commit is contained in:
parent
e2ab832caf
commit
6377f297bb
5
3rdparty/tinysvcmdns/CMakeLists.txt
vendored
5
3rdparty/tinysvcmdns/CMakeLists.txt
vendored
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user