vcpkg/ports/nanoflann/vcpkg.json
Thomas1664 72910aae4f
[nanoflann] Update to 1.4.2 (#24158)
* [nanoflann] Update to 1.4.2

* version
2022-04-15 13:28:03 -07:00

18 lines
476 B
JSON

{
"name": "nanoflann",
"version": "1.4.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",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}