yuzu/externals/vcpkg/ports/kealib/vcpkg.json

19 lines
347 B
JSON
Executable File

{
"name": "kealib",
"version": "1.4.14",
"description": "KEALib provides an implementation of the GDAL data model using HDF5.",
"homepage": "https://github.com/ubarsc/kealib",
"dependencies": [
{
"name": "hdf5",
"features": [
"cpp"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}