mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 11:11:38 +08:00
9117f195fa
* [colmap] Fix LNK2019 in x64-windows-static triplet * [libraw] Add find lcms2 in the cmake wrapper file Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"name": "libraw",
|
|
"version-string": "201903",
|
|
"port-version": 7,
|
|
"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"
|
|
}
|
|
}
|
|
}
|