mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:58:21 +08:00
18c9639021
* [Catch2] Fix install from head * update version * change catch2 HEAD_REF * update version
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "2.13.7",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|