yuzu/externals/vcpkg/ports/catch2/vcpkg.json

19 lines
377 B
JSON
Executable File

{
"name": "catch2",
"version-semver": "3.0.1",
"port-version": 1,
"description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}