aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vit-vit-ctpl/vcpkg.json
blob: c650a6c281ee75308be2f13d498f91e00089051d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "vit-vit-ctpl",
  "version": "0.0.2",
  "description": "Modern and efficient C++ Thread Pool Library",
  "homepage": "https://github.com/vit-vit/ctpl",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "lockfree": {
      "description": "Depends on Boost Lockfree Queue library",
      "dependencies": [
        "boost-lockfree"
      ]
    }
  }
}