mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-22 08:33:03 +08:00
9bc9d57943
Also, update the description as v3 is no longer header-only.
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "3.5.0",
|
|
"description": "A modern, C++-native, test framework for unit-tests, TDD and BDD.",
|
|
"homepage": "https://github.com/catchorg/Catch2",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|