mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:19:00 +08:00
b9cd2a7958
* [spdlog] Fix mingW build * update version record
27 lines
494 B
JSON
27 lines
494 B
JSON
{
|
|
"name": "spdlog",
|
|
"version-semver": "1.8.5",
|
|
"port-version": 2,
|
|
"description": "Very fast, header only, C++ logging library",
|
|
"homepage": "https://github.com/gabime/spdlog",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"benchmark": {
|
|
"description": "Use google benchmark",
|
|
"dependencies": [
|
|
"benchmark"
|
|
]
|
|
}
|
|
}
|
|
}
|