vcpkg/ports/pthreadpool/vcpkg.json
Park DongHa 6d29d41a3d
[pthreadpool] update sources and support find_package (#17196)
* [pthreadpool] support find_package

* update to latest source code

* [pthreadpool] update port version

* [pthreadpool] support uwp

* use WindowStore in platform check

* [pthreadpool] prefix with 'unofficial'
2021-04-30 11:14:18 -07:00

14 lines
308 B
JSON

{
"name": "pthreadpool",
"version-date": "2020-04-10",
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
"homepage": "https://github.com/Maratyszcza/pthreadpool",
"dependencies": [
"fxdiv",
{
"name": "pthreads",
"platform": "windows & uwp"
}
]
}