diff options
Diffstat (limited to 'vcpkg/ports/nanoflann/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nanoflann/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/nanoflann/vcpkg.json b/vcpkg/ports/nanoflann/vcpkg.json new file mode 100644 index 0000000..aee1870 --- /dev/null +++ b/vcpkg/ports/nanoflann/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "nanoflann", + "version": "1.7.1", + "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 + } + ] +} |