aboutsummaryrefslogtreecommitdiff
path: root/ports/libunifex/vcpkg.json
blob: 82101d6b975265221e44d0e59052302427a47793 (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
26
27
28
29
{
  "name": "libunifex",
  "version-date": "2021-08-01",
  "port-version": 1,
  "description": "Unified Executors",
  "homepage": "https://github.com/facebookexperimental/libunifex",
  "dependencies": [
    {
      "name": "liburing",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "test": {
      "description": "Build test/example programs",
      "dependencies": [
        "gtest"
      ]
    }
  }
}