mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
6793733a88
* [cppgraphqlgen] Update to v4.5.5 * Reformat with vcpkg format-manifest * Run vcpkg x-add-version
31 lines
597 B
JSON
31 lines
597 B
JSON
{
|
|
"name": "cppgraphqlgen",
|
|
"version": "4.5.5",
|
|
"description": "C++ GraphQL schema service generator",
|
|
"homepage": "https://github.com/microsoft/cppgraphqlgen",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"boost-program-options",
|
|
"pegtl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"rapidjson"
|
|
],
|
|
"features": {
|
|
"rapidjson": {
|
|
"description": "Build the graphqljson library with RapidJSON.",
|
|
"dependencies": [
|
|
"rapidjson"
|
|
]
|
|
}
|
|
}
|
|
}
|