vcpkg/ports/cppgraphqlgen/vcpkg.json

43 lines
877 B
JSON

{
"name": "cppgraphqlgen",
"version": "4.5.7",
"port-version": 2,
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",
"dependencies": [
"pegtl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"rapidjson"
],
"features": {
"clientgen": {
"description": "Build the clientgen CLI tool.",
"dependencies": [
"boost-program-options"
]
},
"rapidjson": {
"description": "Build the graphqljson library with RapidJSON.",
"dependencies": [
"rapidjson"
]
},
"schemagen": {
"description": "Build the schemagen CLI tool.",
"dependencies": [
"boost-program-options"
]
}
}
}