mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "gtest",
|
|
"version-semver": "1.14.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
|
|
}
|
|
]
|
|
}
|