vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json

18 lines
265 B
JSON

{
"name": "vcpkg-ci-libftdi1",
"version-string": "ci",
"description": "Validates libftdi1",
"dependencies": [
{
"name": "libftdi1",
"features": [
"cpp"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}