aboutsummaryrefslogtreecommitdiff
path: root/ports/pthreads/usage
blob: 343c97f4406e59c1496dc4bd7a6e935faa98566b (plain)
1
2
3
4
5
6
7
8
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)