vcpkg/ports/openmvs/vcpkg.json
2021-09-27 17:12:39 -07:00

53 lines
990 B
JSON

{
"name": "openmvs",
"version-string": "1.1",
"port-version": 6,
"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"
}
}
}