mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 10:29:06 +08:00
18 lines
265 B
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
|
||
|
}
|
||
|
]
|
||
|
}
|