mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
07039e2f12
* [log4cplus] Update to 2.1.1 * version * Fix debug pc file * version
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "log4cplus",
|
|
"version": "2.1.1",
|
|
"description": "A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration",
|
|
"homepage": "https://github.com/log4cplus/log4cplus",
|
|
"license": "Apache-2.0 AND BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"unicode": {
|
|
"description": "Unicode logger"
|
|
}
|
|
}
|
|
}
|