mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
32 lines
633 B
JSON
32 lines
633 B
JSON
{
|
|
"name": "spdlog",
|
|
"version-semver": "1.15.0",
|
|
"port-version": 1,
|
|
"description": "Very fast, header-only/compiled, C++ logging library.",
|
|
"homepage": "https://github.com/gabime/spdlog",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"benchmark": {
|
|
"description": "Use google benchmark",
|
|
"dependencies": [
|
|
"benchmark"
|
|
]
|
|
},
|
|
"wchar": {
|
|
"description": "Build with wchar_t (Windows only)",
|
|
"supports": "windows"
|
|
}
|
|
}
|
|
}
|