mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 11:39:02 +08:00
17 lines
319 B
JSON
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
|
|
}
|
|
]
|
|
}
|