diff options
Diffstat (limited to 'vcpkg/ports/libczi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libczi/vcpkg.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vcpkg/ports/libczi/vcpkg.json b/vcpkg/ports/libczi/vcpkg.json new file mode 100644 index 0000000..b442290 --- /dev/null +++ b/vcpkg/ports/libczi/vcpkg.json @@ -0,0 +1,40 @@ +{ + "name": "libczi", + "version": "0.67.2", + "description": "library to read and write CZI files.", + "homepage": "https://github.com/ZEISS/libczi", + "license": null, + "dependencies": [ + "eigen3", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zstd" + ], + "features": { + "azureblobstore": { + "description": "Azure Blob Storage support", + "dependencies": [ + "azure-identity-cpp", + "azure-storage-blobs-cpp" + ] + }, + "curl": { + "description": "cURL support", + "dependencies": [ + { + "name": "curl", + "default-features": false, + "features": [ + "ssl" + ] + } + ] + } + } +} |