aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json')
-rw-r--r--vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json
new file mode 100644
index 0000000..dcb905e
--- /dev/null
+++ b/vcpkg/scripts/test_ports/vcpkg-ci-libftdi1/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "vcpkg-ci-libftdi1",
+ "version-string": "ci",
+ "description": "Validates libftdi1",
+ "dependencies": [
+ {
+ "name": "libftdi1",
+ "features": [
+ "cpp"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}