vcpkg/ports/pdal-dimbuilder/vcpkg.json
2024-11-05 12:26:48 -08:00

17 lines
319 B
JSON

{
"name": "pdal-dimbuilder",
"version": "2.8.1",
"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
}
]
}