vcpkg/ports/gflags/vcpkg.json
2023-11-28 21:41:58 -08:00

20 lines
399 B
JSON

{
"name": "gflags",
"version": "2.2.2",
"port-version": 9,
"description": "A C++ library that implements commandline flags processing",
"homepage": "https://github.com/gflags/gflags",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}