egami/GLD_egami.json

85 lines
1.5 KiB
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"Image generator from multiple image type",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"egami/Image.cpp",
"egami/ImageMono.cpp",
"egami/egami.cpp",
"egami/debug.cpp",
"egami/wrapperBMP.cpp",
"egami/wrapperEDF.cpp"
],
"header": [
"egami/Image.hpp",
"egami/ImageMono.hpp",
"egami/egami.hpp"
],
"path":[
"."
],
"compilation-version": {
"c++": 2017
},
"flag": {
"c++": [
"-DPROJECT_NAME=\"{{{project.name}}}\"",
"-DAPPL_VERSION=\"{{{project.version}}}\""
]
},
"dependency": [
"etk",
{
"name": "edtaa3",
"optional": true
},{
"name": "png",
"optional": true,
"export": true,
"flag": {
"c++": "-DEGAMI_BUILD_PNG"
},
"source": "egami/wrapperPNG.cpp"
},{
"name": "esvg",
"optional": true,
"export": true,
"flag": {
"c++": "-DEGAMI_BUILD_ESVG"
},
"source": "egami/wrapperSVG.cpp"
},{
"name": "jpeg",
"optional": true,
"export": true,
"flag": {
"c++": "-DEGAMI_BUILD_JPEG"
},
"source": "egami/wrapperJPG.cpp"
},{
"name": "openjpeg",
"optional": true,
"export": true,
"flag": {
"c++": "-DEGAMI_BUILD_JPEG2000"
},
"source": "egami/wrapperJPG2000.cpp"
},{
"name": "tiff",
"optional": true,
"export": true,
"flag": {
"c++": "-DEGAMI_BUILD_TIFF"
},
"source": "egami/wrapperTIFF.cpp"
}
]
}