vcpkg/ports/catch2/vcpkg.json
Rémy Tassoux e6aaec7b92
[catch2] Update to 3.5.2 (#36185)
* [catch2] Update to 3.5.2

* [catch2] Update version files
2024-01-16 10:51:41 -08:00

18 lines
367 B
JSON

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