vcpkg/scripts/test_ports/rpath-test-binaries/vcpkg.json
2024-06-27 14:26:23 -07:00

13 lines
251 B
JSON

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