vcpkg/ports/libraw/vcpkg.json
Jack·Boos·Yu 7de32f0237
[libraw] Add feature openmp and fix usage (#22336)
* [libraw] Add feature openmp and fix usage

* version

* Add missing code

* version
2022-01-05 18:22:05 -08:00

21 lines
371 B
JSON

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