vcpkg/ports/snitch/vcpkg.json

18 lines
333 B
JSON
Raw Normal View History

{
"name": "snitch",
"version": "1.2.5",
"description": "Lightweight C++20 testing framework.",
"homepage": "https://github.com/snitch-org/snitch",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}