pineapple/externals/vcpkg/ports/catch2/vcpkg.json
2022-07-23 03:01:36 +02:00

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