mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
68a85fa730
* Update bext-ut to 1.1.9
* Update CI baseline
* Move file(INSTALL)
* Update CI baseline
* Add bext-ut to ci.baseline.txt
* Revert "Add bext-ut to ci.baseline.txt"
This reverts commit 16640b0c5b
.
* Avoid CPM
* Fix copyright installation
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "bext-ut",
|
|
"version": "1.1.9",
|
|
"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
|
|
}
|
|
]
|
|
}
|