vcpkg/ports/bext-ut/vcpkg.json

19 lines
356 B
JSON
Raw Normal View History

{
"name": "bext-ut",
"version": "1.1.9",
"port-version": 1,
"description": "UT: C++20 μ(micro)/Unit Testing Framework",
"homepage": "https://boost-ext.github.io/ut/",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}