pineapple/externals/vcpkg/ports/cxxopts/vcpkg.json

17 lines
382 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}