mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:11:38 +08:00
719254050a
* [catch2] update to v2.13.8 * update versions
17 lines
333 B
JSON
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
|
|
}
|
|
]
|
|
}
|