diff options
Diffstat (limited to 'vcpkg/ports/pdal-dimbuilder/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pdal-dimbuilder/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/pdal-dimbuilder/vcpkg.json b/vcpkg/ports/pdal-dimbuilder/vcpkg.json new file mode 100644 index 0000000..3952ba0 --- /dev/null +++ b/vcpkg/ports/pdal-dimbuilder/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "pdal-dimbuilder", + "version": "2.9.2", + "description": "A tool used by the PDAL build process", + "homepage": "https://pdal.io/", + "license": "BSD-3-Clause", + "supports": "native", + "dependencies": [ + "nlohmann-json", + "utfcpp", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |