aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-pybind11/vcpkg.json
blob: 240641236c8a7a01d002025175a8c7d05fc79dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "vcpkg-ci-pybind11",
  "version-string": "ci",
  "description": "Port to test pybind11 in CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    "pybind11",
    "python3",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}