mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:19:02 +08:00
6d29d41a3d
* [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'
14 lines
308 B
JSON
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"
|
|
}
|
|
]
|
|
}
|