mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
0ab398d8b9
* [doctest] Update to 2.4.11 * update version
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"name": "doctest",
|
|
"version": "2.4.11",
|
|
"description": "The fastest feature-rich C++11/14/17/20 single-header testing framework",
|
|
"homepage": "https://github.com/doctest/doctest",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|