mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:58:59 +08:00
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "3.7.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|