mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:09:00 +08:00
82e66412ee
* [gtest] Remove -Werror Fails to compile with latest clang * Update version * Fix lints in portfile.cmake/vcpkg.json * Update version
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "gtest",
|
|
"version-semver": "1.11.0",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|