mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:48:59 +08:00
b28cddc45f
* [catch2] Update to 3.3.1 * [catch2] Update version files
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "3.3.1",
|
|
"description": "A modern, header-only test framework for unit testing.",
|
|
"homepage": "https://github.com/catchorg/Catch2",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|