mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
b9b15b4e2a
* [libftdi1] no absolute paths * [libusb] add pkgconfig file on windows * [libftdi1] don't delete pkgconfig on windows * add versions
19 lines
305 B
JSON
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
|
|
}
|
|
]
|
|
}
|