diff options
Diffstat (limited to 'vcpkg/ports/qcbor/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qcbor/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/qcbor/vcpkg.json b/vcpkg/ports/qcbor/vcpkg.json new file mode 100644 index 0000000..a7e1cb7 --- /dev/null +++ b/vcpkg/ports/qcbor/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "qcbor", + "version": "1.5.3", + "description": "Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.", + "homepage": "https://github.com/laurencelundblade/QCBOR", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |