mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:19:01 +08:00
1f7e50198e
* [openexr] use vcpkg_copy_tools instead of manual rename/remove * Allows for building on iOS without errors * ./vcpkg x-add-version --all
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "openexr",
|
|
"version": "2.5.8",
|
|
"port-version": 1,
|
|
"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": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|