aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gdcm/vcpkg.json
blob: b3ad627bafca56def504354dc05e2e6e3e286a73 (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
{
  "name": "gdcm",
  "version": "3.0.24",
  "description": "Grassroots DICOM library",
  "homepage": "https://github.com/malaterre/GDCM",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    "expat",
    {
      "name": "libiconv",
      "platform": "!windows"
    },
    "openjpeg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}