mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 17:29:02 +08:00
e6a604d207
* [cppgraphqlgen] Build the latest v3.x release * vcpkg x-add-version --all * [cppgraphqlgen] Build latest main release * vcpkg x-add-version --all * Add a license field to vcpkg.json * vcpkg x-add-version --all --overwrite-version * Remove v3.7.1 which can't be committed separately
21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|