aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/easyloggingpp/vcpkg.json
blob: 49e71469af6207716d9a3f37c99438b4b3d6bee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)"
    }
  }
}