vcpkg/ports/catch2/vcpkg.json

18 lines
367 B
JSON
Raw Normal View History

{
"name": "catch2",
2024-09-18 02:20:54 +08:00
"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
}
]
}