vcpkg/ports/cxxopts/vcpkg.json
chausner 8329d995cf
[cxxopts] Update to 3.0.0 (#21607)
* Update cxxopts to 3.0.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-23 12:16:04 -08:00

17 lines
382 B
JSON

{
"name": "cxxopts",
"version-semver": "3.0.0",
"description": "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options",
"homepage": "https://github.com/jarro2783/cxxopts",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}