mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:49:00 +08:00
2fd62b5d87
And fixes https://github.com/microsoft/vcpkg/issues/38804, direct use with MSVS.
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "cli11",
|
|
"version": "2.4.2",
|
|
"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",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|