5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
The package pthreads provides CMake targets:
|
|
|
|
find_package(PThreads4W REQUIRED)
|
|
target_link_libraries(main PRIVATE PThreads4W::PThreads4W)
|