yuzu/externals/vcpkg/ports/celero/vcpkg.json

18 lines
395 B
JSON
Executable File

{
"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
}
]
}