mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
3db88df035
* [celero] Update to 2.8.3 * [celero] Update version files * [celero] fix binaries install path * [celero] Update version files
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "celero",
|
|
"version": "2.8.3",
|
|
"description": "Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++.",
|
|
"homepage": "https://github.com/DigitalInBlue/Celero",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|