vcpkg/ports/argagg/vcpkg.json
2023-09-27 01:26:39 -07:00

16 lines
262 B
JSON

{
"name": "argagg",
"version": "0.4.7",
"description": "A simple C++11 command line argument parser",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}