aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/alembic/vcpkg.json
blob: e44c38863165bbeefa56e7633815a765f96e3434 (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
{
  "name": "alembic",
  "version": "1.8.8",
  "description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.",
  "homepage": "https://alembic.io/",
  "supports": "!(windows & x86) & !uwp",
  "dependencies": [
    "imath",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "hdf5": {
      "description": "Build with HDF5 support",
      "dependencies": [
        "hdf5"
      ]
    }
  }
}