pthreads for windows
Run the following Vcpkg command to install the port.
vcpkg install pthreads
The package pthreads provides CMake targets:
find_package(pthreads REQUIRED) target_link_libraries(main PRIVATE PThreads4W::PThreads4W) #or target_link_libraries(main PRIVATE PThreads4W::PThreads4W_CXXEXC) #or target_link_libraries(main PRIVATE PThreads4W::PThreads4W_STRUCTEXC)
v3.0.0-4#0
Feb 3, 2020
!(uwp|arm|arm64)
sourceware.org/pub/pthreads-win32
e62d136128
Complex license
Control