mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 20:41:38 +08:00
c58ae39a72
- Defining SPDLOG_WCHAR_TO_UTF8_SUPPORT on non-Windows platforms triggers an #error, restrict the wchar feature to Windows - update port-version + vcpkg x-add-version spdlog
32 lines
623 B
JSON
32 lines
623 B
JSON
{
|
|
"name": "spdlog",
|
|
"version-semver": "1.10.0",
|
|
"port-version": 2,
|
|
"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)",
|
|
"supports": "windows"
|
|
}
|
|
}
|
|
}
|