pineapple-src/externals/vcpkg/ports/pdal-c/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
367 B
JSON
Executable file

{
"name": "pdal-c",
"version-string": "2.1",
"description": "C API for the Point Data Abstraction Library (PDAL)",
"homepage": "https://github.com/PDAL/CAPI#readme",
"supports": "!(windows & staticcrt)",
"dependencies": [
{
"name": "pdal",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}