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