vcpkg/ports/cppgraphqlgen/vcpkg.json

20 lines
388 B
JSON
Raw Normal View History

{
"name": "cppgraphqlgen",
"version-semver": "4.0.0",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"dependencies": [
"boost-program-options",
"pegtl",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}