diff options
Diffstat (limited to 'vcpkg/ports/tinycbor/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinycbor/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/tinycbor/vcpkg.json b/vcpkg/ports/tinycbor/vcpkg.json new file mode 100644 index 0000000..df38507 --- /dev/null +++ b/vcpkg/ports/tinycbor/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "tinycbor", + "version-semver": "0.6.1", + "description": "Concise Binary Object Representation (CBOR) Library", + "homepage": "https://github.com/intel/tinycbor", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |