diff options
Diffstat (limited to 'vcpkg/ports/ryml/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ryml/vcpkg.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/ryml/vcpkg.json b/vcpkg/ports/ryml/vcpkg.json new file mode 100644 index 0000000..607d92f --- /dev/null +++ b/vcpkg/ports/ryml/vcpkg.json @@ -0,0 +1,32 @@ +{ + "name": "ryml", + "version": "0.10.0", + "description": "Rapid YAML library", + "homepage": "https://github.com/biojppm/rapidyaml", + "license": "MIT", + "dependencies": [ + { + "name": "c4core", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "default-features": [ + "def-callbacks" + ], + "features": { + "dbg": { + "description": "Enable (very verbose) ryml debug prints." + }, + "def-callbacks": { + "description": "Enable ryml's default implementation of callbacks: allocate(), free(), error()" + } + } +} |