diff options
Diffstat (limited to 'vcpkg/ports/staticjson/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/staticjson/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/staticjson/vcpkg.json b/vcpkg/ports/staticjson/vcpkg.json new file mode 100644 index 0000000..a37757a --- /dev/null +++ b/vcpkg/ports/staticjson/vcpkg.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "staticjson", + "version": "1.0.0", + "description": "Fast, direct and static typed parsing of JSON with C++", + "homepage": "https://github.com/netheril96/StaticJSON", + "license": "MIT", + "dependencies": [ + "rapidjson", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |