Files
vcpkg/ports/gflags/vcpkg.json
2025-12-08 18:28:51 -08:00

19 lines
378 B
JSON

{
"name": "gflags",
"version": "2.3.0",
"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
}
]
}