mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 14:29:00 +08:00
34 lines
689 B
JSON
34 lines
689 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|