diff options
Diffstat (limited to 'vcpkg/ports/alembic/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/alembic/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/alembic/vcpkg.json b/vcpkg/ports/alembic/vcpkg.json new file mode 100644 index 0000000..e44c388 --- /dev/null +++ b/vcpkg/ports/alembic/vcpkg.json @@ -0,0 +1,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" + ] + } + } +} |