mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:29:17 +08:00
687b901843
* gtest 1.12.1 * Update gtest.json
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "gtest",
|
|
"version-semver": "1.12.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|