diff options
Diffstat (limited to 'vcpkg/ports/cjson/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cjson/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/cjson/vcpkg.json b/vcpkg/ports/cjson/vcpkg.json new file mode 100644 index 0000000..5e83091 --- /dev/null +++ b/vcpkg/ports/cjson/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "cjson", + "version": "1.7.19", + "description": "Ultralightweight JSON parser in ANSI C", + "homepage": "https://github.com/DaveGamble/cJSON", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "utils": { + "description": "Enable building the cJSON_Utils library" + } + } +} |