diff options
Diffstat (limited to 'vcpkg/ports/tomlplusplus/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tomlplusplus/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/tomlplusplus/vcpkg.json b/vcpkg/ports/tomlplusplus/vcpkg.json new file mode 100644 index 0000000..b981492 --- /dev/null +++ b/vcpkg/ports/tomlplusplus/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "tomlplusplus", + "version": "3.4.0", + "port-version": 1, + "description": "Header-only TOML config file parser and serializer for modern C++.", + "homepage": "https://marzer.github.io/tomlplusplus/", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |