vcpkg/ports/catch2/vcpkg.json

18 lines
354 B
JSON
Raw Normal View History

{
"name": "catch2",
"version-semver": "2.13.7",
"port-version": 2,
"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
}
]
}