vcpkg/ports/gtest/vcpkg.json
2024-07-26 00:13:06 -07:00

18 lines
345 B
JSON

{
"name": "gtest",
"version-semver": "1.15.0",
"description": "Google Testing and Mocking Framework",
"homepage": "https://github.com/google/googletest",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}