pineapple-src/externals/vcpkg/ports/rtabmap/vcpkg.json
2022-07-23 03:01:36 +02:00

35 lines
629 B
JSON
Executable file

{
"name": "rtabmap",
"version": "0.20.13",
"port-version": 3,
"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
},
"zlib"
],
"features": {
"tools": {
"description": "Build tools",
"dependencies": [
"yaml-cpp"
]
}
}
}