vcpkg/ports/libraw/vcpkg.json
Cheney Wang 9117f195fa
[colmap] Fix LNK2019 in x64-windows-static triplet (#21937)
* [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>
2022-01-06 13:46:36 -08:00

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"
}
}
}