yuzu/externals/vcpkg/ports/argparse/vcpkg.json

18 lines
322 B
JSON
Executable File

{
"name": "argparse",
"version": "2.2",
"description": "Argument parser for modern C++",
"homepage": "https://github.com/p-ranav/argparse",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}