mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:39:00 +08:00
bc85a6310b
* [cppgraphqlgen] Update to latest 4.0.0 release * [cppgraphqlgen] vcpkg x-add-version cppgraphqlgen * [cppgraphqlgen] Replace deprecated vcpkg functions * [cppgraphqlgen] Re-run vcpkg x-add-version * Flag the x64-linux CI pipeline as known failure
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|