aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/cmake/vcpkg.json
blob: e97f7eaeb0bac177633f0df8ddc08fb68699f8c7 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "cmake",
  "version": "4.0.0",
  "description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
  "homepage": "https://cmake.org/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "cppdap",
    {
      "name": "curl",
      "default-features": false
    },
    "expat",
    "jsoncpp",
    {
      "name": "libarchive",
      "default-features": false,
      "features": [
        "bzip2",
        "lzma",
        "zstd"
      ]
    },
    "libuv",
    {
      "name": "ncurses",
      "platform": "!windows"
    },
    "nghttp2",
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "widgets"
      ]
    },
    "rhash",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}