vcpkg/ports/nanobench/vcpkg.json
xiaozhuai, Weihang Ding e752415c5f
[nanobench] Revert to library version instead of header-only (#29566)
* [nanobench] Revert to library version instead of header-only

* update version database
2023-02-10 11:27:55 -08:00

20 lines
419 B
JSON

{
"name": "nanobench",
"version": "4.3.10",
"port-version": 1,
"description": "Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20",
"homepage": "https://nanobench.ankerl.com",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}