vcpkg/ports/pdal-dimbuilder/vcpkg.json

17 lines
319 B
JSON
Raw Normal View History

2024-11-06 04:26:48 +08:00
{
"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
}
]
}