mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
88b757e5e6
* [celero] Update to v2.8.4. * [celero] Update to v2.8.4. * [celero] Update to v2.8.5 * [Celero] Update to version v2.8.5 * Update ports/celero/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/celero/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update celero.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"name": "celero",
|
|
"version": "2.8.5",
|
|
"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
|
|
}
|
|
]
|
|
}
|