blob: dcb905ec86fb857e0a546610164f0805b3d921f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "vcpkg-ci-libftdi1",
"version-string": "ci",
"description": "Validates libftdi1",
"dependencies": [
{
"name": "libftdi1",
"features": [
"cpp"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}
|