windows-amd64-prebuilt-libr.../vcpkg/ports/pthreads/usage

9 lines
316 B
Plaintext
Raw Permalink Normal View History

2020-10-10 14:36:42 +02:00
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)