mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
5b2d824a2e
* [vcpkg baseline][rtabmap] Fix dependency issue when build tools * Format vcpkg.json * Fix copy tools
22 lines
408 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|