vcpkg/ports/doctest/vcpkg.json
Dennis c99fe71c05
[doctest] Update to 2.4.9 (#25313)
* Update doctest to 2.4.9

* Use ${PORT} instead of raw port name in doctest portfile

* Switch from onqtam/doctest to doctest/doctest
2022-06-20 13:19:56 -07:00

18 lines
363 B
JSON

{
"name": "doctest",
"version": "2.4.9",
"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
}
]
}