24 lines
454 B
JSON
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."
|
|
}
|
|
}
|
|
}
|