mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:46:44 +08:00
162a88fa44
* libraw remove register cpp * v db * move patch to the correct location * v db
22 lines
394 B
JSON
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"
|
|
}
|
|
}
|
|
}
|