aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/small-gicp/vcpkg.json
blob: c120a20473f5957bbd781295713f65e3c19b9b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "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"
      ]
    }
  }
}