vcpkg/ports/gtest/vcpkg.json
2024-08-13 15:24:43 -07:00

18 lines
345 B
JSON

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