aboutsummaryrefslogtreecommitdiff
path: root/ports/nanoflann/vcpkg.json
blob: e8ca03b60fc7d0941108fbff367a5472a3b32274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "nanoflann",
  "version": "1.3.2",
  "description": "nanoflann is a C++11 header-only library for building KD-Trees of datasets with different topologies: R2, R3 (point clouds), SO(2) and SO(3) (2D and 3D rotation groups).",
  "homepage": "https://github.com/jlblancoc/nanoflann",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}