vcpkg/ports/bext-ut/vcpkg.json

18 lines
370 B
JSON
Raw Normal View History

{
"name": "bext-ut",
"version": "2.0.1",
"description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.",
"homepage": "https://github.com/boost-ext/ut",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}