diff options
Diffstat (limited to 'vcpkg/ports/log4cplus/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/log4cplus/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/log4cplus/vcpkg.json b/vcpkg/ports/log4cplus/vcpkg.json new file mode 100644 index 0000000..2d3bd2f --- /dev/null +++ b/vcpkg/ports/log4cplus/vcpkg.json @@ -0,0 +1,22 @@ +{ + "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" + } + } +} |