mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:29:08 +08:00
25663f218c
* [ideviceinstaller] Add support !static * Modify port-version * x-add-version * Add getopt as a dependence of argtable2 * Use version * x-add-version * Remove space * Add license * Fix format error * x-add-version * update version * fix argtable3 * x-add-version * fix argtable3 * version * fix gdcm * format portfile.cmake * update version * format vcpkg.json * x-add-version * format portfile.cmake * x-add-version * Update license * x-add-version * Again * Mistake Co-authored-by: Lily Wang <494550702@qq.com> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
27 lines
499 B
JSON
27 lines
499 B
JSON
{
|
|
"name": "gdcm",
|
|
"version": "3.0.12",
|
|
"port-version": 1,
|
|
"description": "Grassroots DICOM library",
|
|
"homepage": "https://github.com/malaterre/GDCM",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows & !mingw"
|
|
},
|
|
"openjpeg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|