aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-lief/vcpkg.json
blob: 848008ea3976120319b0dfa0f192f915a7553dea (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
{
  "name": "vcpkg-ci-lief",
  "version-string": "ci",
  "description": "Testing packages which provide lief",
  "license": null,
  "dependencies": [
    {
      "name": "lief",
      "features": [
        "art",
        "c-api",
        "dex",
        "enable-json",
        "extra-warnings",
        "logging",
        "logging-debug",
        "oat",
        "use-ccache",
        "vdex"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}