mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 12:04:05 -05:00
9 lines
316 B
Plaintext
Executable File
9 lines
316 B
Plaintext
Executable File
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) |