mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
19 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|