vcpkg/ports/pthreadpool/vcpkg.json

19 lines
385 B
JSON
Raw Normal View History

{
"name": "pthreadpool",
"version-date": "2020-04-10",
"port-version": 3,
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
"homepage": "https://github.com/Maratyszcza/pthreadpool",
"dependencies": [
"fxdiv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}