vcpkg/ports/bext-ut/vcpkg.json
2023-07-13 11:39:13 -07:00

19 lines
356 B
JSON

{
"name": "bext-ut",
"version": "1.1.9",
"port-version": 2,
"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
}
]
}