aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_ports/cmake/vcpkg.json
blob: 541ea1d77bb7b2dcab49cadb464007b8a4fba5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "cmake",
  "version-string": "3.20.0",
  "description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
  "homepage": "https://cmake.org/",
  "dependencies": [
    "bzip2",
    "curl",
    "expat",
    "jsoncpp",
    "libarchive",
    "liblzma",
    "libuv",
    {
      "name": "ncurses",
      "platform": "!(windows | uwp)"
    },
    "nghttp2",
    "qtbase",
    "zlib",
    "zstd"
  ]
}