mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
14 lines
480 B
JSON
14 lines
480 B
JSON
{
|
|
"name": "log4cpp-log4cpp",
|
|
"version": "1.1.4",
|
|
"description": "A library of C++ classes for flexible logging to files (rolling), syslog, IDSA and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable.",
|
|
"homepage": "https://sourceforge.net/projects/log4cpp/",
|
|
"supports": "(linux | windows) & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|