aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-podofo/vcpkg.json
blob: 5fbea688b4deeb1527ecebefa0991f2cb1b81043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vcpkg-ci-podofo",
  "version-string": "ci",
  "description": "Port to fvalidate podofo CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "podofo",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}