mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
c89c3507e1
* Add snitch library to vcpkg * version database
18 lines
333 B
JSON
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
|
|
}
|
|
]
|
|
}
|