mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
7808b25b12
* [log4cxx] update to 1.2.0 * [log4cxx] update to 1.2.0
22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"name": "log4cxx",
|
|
"version": "1.2.0",
|
|
"description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR",
|
|
"homepage": "https://logging.apache.org/log4cxx",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"apr",
|
|
"apr-util",
|
|
"expat",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|