aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pthreadpool/vcpkg.json
blob: 37ad13eb861af88d7418f88f6c6a69f63f83602a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "pthreadpool",
  "version-date": "2024-11-04",
  "port-version": 2,
  "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
    }
  ]
}