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
|
mdnsd.c
|
||||||
)
|
)
|
||||||
|
|
||||||
find_library(PTHREAD
|
|
||||||
pthread
|
|
||||||
)
|
|
||||||
|
|
||||||
add_library(tinysvcmdns STATIC
|
add_library(tinysvcmdns STATIC
|
||||||
${TINYSVCMDNS-SOURCES}
|
${TINYSVCMDNS-SOURCES}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(tinysvcmdns
|
target_link_libraries(tinysvcmdns
|
||||||
${PTHREAD}
|
|
||||||
ws2_32
|
ws2_32
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user