vcpkg/ports/snitch/vcpkg.json
Andrey Nekrasov c89c3507e1
[snitch] Add new port (#36499)
* Add snitch library to vcpkg

* version database
2024-02-01 12:18:08 -08:00

18 lines
333 B
JSON

{
"name": "snitch",
"version": "1.2.4",
"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
}
]
}