yuzu/externals/vcpkg/ports/cli11/vcpkg.json

18 lines
421 B
JSON
Executable File

{
"name": "cli11",
"version": "2.2.0",
"description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.",
"homepage": "https://github.com/CLIUtils/CLI11",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}