vcpkg/ports/libe57format/vcpkg.json
José Ángel Martínez Torres bce1415724
Added libe57format port (#22909)
* Added libe57format port

* Formatted the manifest file

* vcpkg x-add-version --all

* From vcpkg_configure_cmake to vcpkg_cmake_configure

* Updated to vcpkg_cmake_config_fixup

* Fix version database and format vcpkg.json.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-02-04 01:17:03 -08:00

17 lines
314 B
JSON

{
"name": "libe57format",
"version-string": "2.2.0",
"description": "A library to provide read & write support for the E57 file format.",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xerces-c"
]
}