vcpkg/ports/rtabmap/vcpkg.json

36 lines
636 B
JSON
Raw Normal View History

2020-11-04 14:51:43 +08:00
{
"name": "rtabmap",
"version-string": "0.20.13",
"port-version": 1,
2020-11-04 14:51:43 +08:00
"description": "Real-Time Appearance-Based Mapping",
"homepage": "https://introlab.github.io/rtabmap/",
"supports": "windows & !static",
"dependencies": [
"opencv",
{
"name": "pcl",
"default-features": false,
"features": [
"vtk"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
2020-11-04 14:51:43 +08:00
"zlib"
],
"features": {
"tools": {
"description": "Build tools",
"dependencies": [
"yaml-cpp"
]
}
}
2020-11-04 14:51:43 +08:00
}