diff options
Diffstat (limited to 'vcpkg/ports/libftdi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libftdi/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libftdi/vcpkg.json b/vcpkg/ports/libftdi/vcpkg.json new file mode 100644 index 0000000..30c8514 --- /dev/null +++ b/vcpkg/ports/libftdi/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "libftdi", + "version": "0.20", + "port-version": 5, + "description": "FTDI USB driver with bitbang mode (v0.20)", + "dependencies": [ + "libusb-win32", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |