vcpkg/ports/libraw/vcpkg.json
Alexander Neumann 162a88fa44
[libraw] Remove register in cpp (#26009)
* libraw remove register cpp

* v db

* move patch to the correct location

* v db
2022-07-28 15:49:19 -07:00

22 lines
394 B
JSON

{
"name": "libraw",
"version-string": "201903",
"port-version": 10,
"description": "raw image decoder library",
"homepage": "https://www.libraw.org",
"supports": "!uwp",
"dependencies": [
"jasper",
"lcms",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"openmp": {
"description": "Build library with OpenMP support"
}
}
}