vcpkg/ports/libftdi1/vcpkg.json
autoantwort b9b15b4e2a
[libftdi1] no absolute paths (#21705)
* [libftdi1] no absolute paths

* [libusb] add pkgconfig file on windows

* [libftdi1] don't delete pkgconfig on windows

* add versions
2021-12-01 19:21:52 -08:00

19 lines
305 B
JSON

{
"name": "libftdi1",
"version": "1.5",
"port-version": 3,
"description": "FTDI USB driver with bitbang mode",
"dependencies": [
"libconfuse",
"libusb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}