vcpkg/ports/doctest/vcpkg.json
Lily Wang 0ab398d8b9
[doctest] Update to 2.4.11 (#30355)
* [doctest] Update to 2.4.11

* update version
2023-03-23 15:58:42 -07:00

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
}
]
}