diff options
Diffstat (limited to 'vcpkg/ports/libe57format/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libe57format/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libe57format/vcpkg.json b/vcpkg/ports/libe57format/vcpkg.json new file mode 100644 index 0000000..940cbf8 --- /dev/null +++ b/vcpkg/ports/libe57format/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libe57format", + "version": "3.3.0", + "description": "A library to provide read & write support for the E57 file format.", + "homepage": "https://github.com/asmaloney/libE57Format", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "xerces-c" + ] +} |