aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/rpath-test-binaries/vcpkg.json
blob: bf52bd723ef400d17044545007d2127c88c90817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "rpath-test-binaries",
  "version-string": "ci",
  "description": "Provides installed binaries for rpath fixup test",
  "supports": "native & !windows",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}