diff options
Diffstat (limited to 'vcpkg/ports/openexr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/openexr/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/openexr/vcpkg.json b/vcpkg/ports/openexr/vcpkg.json new file mode 100644 index 0000000..b7c5f05 --- /dev/null +++ b/vcpkg/ports/openexr/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "openexr", + "version": "3.4.3", + "description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications", + "homepage": "https://www.openexr.com/", + "license": "BSD-3-Clause", + "supports": "!uwp", + "dependencies": [ + "imath", + "libdeflate", + "openjph", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools" + } + } +} |