aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/launch-darkly-server/vcpkg.json
blob: 7dae80eb25c252e7e50f7c6c02459b2e19c45abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "launch-darkly-server",
  "version": "2.9.3",
  "description": "LaunchDarkly server-side SDK for C/C++",
  "homepage": "https://github.com/launchdarkly/c-server-sdk",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "curl",
    "pcre",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}