vcpkg/ports/celero/vcpkg.json
John Farrier a0d636b79b
[celero] Updated to v2.9.0 (#33741)
* [celero] Updated to v2.9.0

- SHA512s are updated for each updated download
- Fixed demo project compilation on Linux
- Tested on Windows x64 (Visual Studio) and Linux x64 (GCC on Ubuntu).

* [celero] Updated to v2.9.0

Updated VCPKG database files.
2023-09-14 13:30:58 -07:00

18 lines
408 B
JSON

{
"name": "celero",
"version": "2.9.0",
"description": "Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++ 11 and later.",
"homepage": "https://github.com/DigitalInBlue/Celero",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}