mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
8329d995cf
* Update cxxopts to 3.0.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
382 B
JSON
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
|
|
}
|
|
]
|
|
}
|