vcpkg/ports/openmvs/vcpkg.json
chausner bc503ddb8b
[openmvs] Update to 1.1.1 (#20373)
* Update openmvs to 1.1.1

* Update CI baseline

* Update patch

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-28 11:50:35 -07:00

52 lines
964 B
JSON

{
"name": "openmvs",
"version": "1.1.1",
"description": "OpenMVS: open Multi-View Stereo reconstruction library",
"homepage": "https://cdcseacave.github.io/openMVS",
"dependencies": [
"boost-iostreams",
"boost-program-options",
"boost-serialization",
"boost-system",
"boost-throw-exception",
{
"name": "cgal",
"default-features": false
},
"eigen3",
"glew",
"glfw3",
"libpng",
"opencv",
{
"name": "openmvg",
"features": [
"software"
],
"platform": "!(windows & static)"
},
"tiff",
"vcglib",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"cuda": {
"description": "CUDA support for openmvs",
"dependencies": [
"cuda"
]
},
"openmp": {
"description": "OpenMP support for openmvs"
}
}
}