early-access version 2853
This commit is contained in:
9
externals/vcpkg/ports/pthreads/usage
vendored
Executable file
9
externals/vcpkg/ports/pthreads/usage
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user