diff options
Diffstat (limited to 'vcpkg/ports/fkyaml/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fkyaml/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/fkyaml/vcpkg.json b/vcpkg/ports/fkyaml/vcpkg.json new file mode 100644 index 0000000..08e75e0 --- /dev/null +++ b/vcpkg/ports/fkyaml/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "fkyaml", + "version": "0.4.2", + "description": "A C++ header-only YAML library", + "homepage": "https://github.com/fktn-k/fkYAML", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |