diff options
Diffstat (limited to 'vcpkg/ports/libcbor/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libcbor/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libcbor/vcpkg.json b/vcpkg/ports/libcbor/vcpkg.json new file mode 100644 index 0000000..c5d311c --- /dev/null +++ b/vcpkg/ports/libcbor/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "libcbor", + "version": "0.13.0", + "description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format", + "homepage": "https://github.com/PJK/libcbor", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |