mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:36:40 +08:00
37 lines
768 B
JSON
37 lines
768 B
JSON
{
|
|
"name": "small-gicp",
|
|
"version": "1.0.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": {
|
|
"openmp": {
|
|
"description": "Enable OpenMP based parallelism."
|
|
},
|
|
"pcl": {
|
|
"description": "Enable interfacing with PointCloud Library.",
|
|
"dependencies": [
|
|
"pcl"
|
|
]
|
|
},
|
|
"tbb": {
|
|
"description": "Enable Intel TBB based parallelism.",
|
|
"dependencies": [
|
|
"tbb"
|
|
]
|
|
}
|
|
}
|
|
}
|