mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 11:09:08 +08:00
c095d5a271
* [fxdiv] create a new port * [fxdiv] update baseline and port SHA * [pthreadpool] create a new port * [pthreadpool] update baseline and port SHA * [pthreadpool] update deps for uwp * [pthreadpool] apply PR feedback * [pthreadpool] remove unnecessary work in portfile
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "pthreadpool",
|
|
"version-date": "2020-02-21",
|
|
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
|
|
"homepage": "https://github.com/Maratyszcza/pthreadpool",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"fxdiv",
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "uwp"
|
|
}
|
|
]
|
|
}
|