vcpkg/ports/rtabmap/vcpkg.json

22 lines
408 B
JSON
Raw Normal View History

2020-11-04 14:51:43 +08:00
{
"name": "rtabmap",
"version-string": "0.20.3",
"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",
"pcl",
"zlib"
],
"features": {
"tools": {
"description": "Build tools",
"dependencies": [
"yaml-cpp"
]
}
}
2020-11-04 14:51:43 +08:00
}