diff options
Diffstat (limited to 'vcpkg/ports/pdal-c/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pdal-c/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/pdal-c/vcpkg.json b/vcpkg/ports/pdal-c/vcpkg.json new file mode 100644 index 0000000..8626a50 --- /dev/null +++ b/vcpkg/ports/pdal-c/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "pdal-c", + "version": "2.2.0", + "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 + } + ] +} |