mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:28:59 +08:00
38d6712d56
* guard build type for catch2 * update port-version * update baseline & version
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "2.13.7",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|