aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/easyloggingpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/easyloggingpp/vcpkg.json')
-rw-r--r--vcpkg/ports/easyloggingpp/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/easyloggingpp/vcpkg.json b/vcpkg/ports/easyloggingpp/vcpkg.json
new file mode 100644
index 0000000..49e7146
--- /dev/null
+++ b/vcpkg/ports/easyloggingpp/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "easyloggingpp",
+ "version": "9.97.1",
+ "port-version": 1,
+ "description": "Easylogging++ is a single header efficient logging library for C++ applications.",
+ "homepage": "https://github.com/abumq/easyloggingpp",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "no-defaultfile": {
+ "description": "Do not write to default log file \"myeasylog.log\" (compile with ELPP_NO_DEFAULT_LOG_FILE)"
+ },
+ "std-locking": {
+ "description": "Use std::mutex for thread synchronization (compile with ELPP_FORCE_USE_STD_THREAD)"
+ },
+ "thread-safe": {
+ "description": "Make easyloggingpp thread safe (compile with ELPP_THREAD_SAFE)"
+ }
+ }
+}