vcpkg/ports/cppgraphqlgen/vcpkg.json

21 lines
408 B
JSON
Raw Normal View History

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