{"library":"pthreads","install":[{"cmd":"vcpkg install pthreads","imports":["#include <pthread.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(pthreads CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE pthreads::pthreads)","imports":[]}]}