mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 04:03:02 +08:00
7de32f0237
* [libraw] Add feature openmp and fix usage * version * Add missing code * version
21 lines
371 B
JSON
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"
|
|
}
|
|
}
|
|
}
|