vcpkg/ports/gtest/vcpkg.json
Silvano Galliani 6f1028b184
[gtest] Fix clang-tidy error in gtest (#23906)
* Nolinux gtest matchers

* Typo

* Update version database

* update port version

* Update version database
2022-04-05 10:57:13 -07:00

19 lines
374 B
JSON

{
"name": "gtest",
"version-semver": "1.11.0",
"port-version": 5,
"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
}
]
}