mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
a0d636b79b
* [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.
18 lines
408 B
JSON
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
|
|
}
|
|
]
|
|
}
|