vcpkg/ports/catch2/vcpkg.json
Bruce Mitchener 9bc9d57943
[catch2] Update to 3.5.0 (#35634)
Also, update the description as v3 is no longer header-only.
2023-12-13 23:32:44 -08:00

18 lines
367 B
JSON

{
"name": "catch2",
"version-semver": "3.5.0",
"description": "A modern, C++-native, test framework for unit-tests, TDD and BDD.",
"homepage": "https://github.com/catchorg/Catch2",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}