mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
24ed115a89
* [Catch2] update to 2.13.9 * update version
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "2.13.9",
|
|
"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
|
|
}
|
|
]
|
|
}
|