mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:18:59 +08:00
781c621d06
* [log4cxx] Update to 0.12.0 * version * Replace depreciate functions * version
21 lines
538 B
JSON
21 lines
538 B
JSON
{
|
|
"name": "log4cxx",
|
|
"version-string": "0.12.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",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"apr",
|
|
"apr-util",
|
|
"expat",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|