aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-capstone/vcpkg.json
blob: b66ac26184345296847b7d3518f04ccd07d34dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "vcpkg-ci-capstone",
  "version-string": "ci",
  "description": "Validates capstone",
  "dependencies": [
    "capstone",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}