mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
840f701d83
- correct vcpkg feature `wchar` - add support for integrations other than cmake - update port-version + vcpkg x-add-version spdlog
31 lines
594 B
JSON
31 lines
594 B
JSON
{
|
|
"name": "spdlog",
|
|
"version-semver": "1.10.0",
|
|
"port-version": 1,
|
|
"description": "Very fast, header only, 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)"
|
|
}
|
|
}
|
|
}
|