vcpkg/ports/catch2/vcpkg.json
Yury Bura 719254050a
[catch2] update to v2.13.8 (#22310)
* [catch2] update to v2.13.8

* update versions
2022-01-03 13:41:45 -08:00

17 lines
333 B
JSON

{
"name": "catch2",
"version-semver": "2.13.8",
"description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}