vcpkg/ports/catch2/vcpkg.json
2024-09-17 11:20:54 -07:00

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
}
]
}