vcpkg/ports/small-gicp/vcpkg.json

34 lines
689 B
JSON
Raw Normal View History

2024-06-27 12:26:53 +08:00
{
"name": "small-gicp",
"version": "0.1.0",
"description": "Efficient and parallelized algorithms for point cloud registration",
"homepage": "https://github.com/koide3/small_gicp",
"license": "MIT",
"supports": "!(x86 | arm32)",
"dependencies": [
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pcl": {
"description": "Enable interfacing with PointCloud Library.",
"dependencies": [
"pcl"
]
},
"tbb": {
"description": "Enable Intel TBB based parallelism.",
"dependencies": [
"tbb"
]
}
}
}