Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
454 B
JSON

{
"name": "gtest",
"version-semver": "1.16.0",
"port-version": 1,
"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
}
],
"features": {
"cxx17": {
"description": "Enable compiler C++17."
}
}
}