mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:28:59 +08:00
1afeba9029
* [gtest] Update version to 1.13.0 * Add fix for UWP
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "gtest",
|
|
"version-semver": "1.13.0",
|
|
"description": "GoogleTest and GoogleMock testing frameworks",
|
|
"homepage": "https://github.com/google/googletest",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|