vcpkg/scripts/test_ports/rpath-test-binaries/vcpkg.json

13 lines
251 B
JSON
Raw Normal View History

{
"name": "rpath-test-binaries",
"version-string": "ci",
"description": "Provides installed binaries for rpath fixup test",
"supports": "native & !windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}