vcpkg/ports/rtabmap/vcpkg.json
Phoebe 5b2d824a2e
[vcpkg baseline][rtabmap] Fix dependency issue when build tools (#14426)
* [vcpkg baseline][rtabmap] Fix dependency issue when build tools

* Format vcpkg.json

* Fix copy tools
2020-11-06 13:20:47 -08:00

22 lines
408 B
JSON

{
"name": "rtabmap",
"version-string": "0.20.3",
"port-version": 1,
"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"
]
}
}
}