elog/GLD_elog.json

103 lines
1.5 KiB
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"Ewol Logger",
"license":"MPL-2",
"license-file":"file://LICENCE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": {
"list":[
"elog/debug.cpp",
"elog/log.cpp",
"elog/elog.cpp"
]
},
"header": {
"list": [
"elog/log.hpp",
"elog/elog.hpp"
]
},
"path":[
"."
],
"compilation-version": [
{
"language": "c++",
"version": 2017
},{
"language": "c",
"version": 1999
}
],
"dependency": [
"etk-core",
{
"name": "ethread-tools",
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DELOG_BUILD_ETHREAD"
}
}
],
"target": {
"IOs": {
"source": {
"list":[
"elog/logIOs.m"
]
}
}
},
"arch": {},
"mode": {
"*": {
"target": {
"*": {
"arch": {
"*": {},
"X86": {},
"AMD64": {},
"ARM-v9": {},
"ARM64": {}
}
},
"Linux": {},
"MacOs": {},
"Windows": {},
"Android": {},
"MinGw": {},
"IOs": {}
},
"arch": {}
},
"release": {
},
"debug": {
"target": {
"!Windows&!MacOs&!IOs": {
"flag": {
"language": "link",
"value": [ "-ldl", "-rdynamic" ],
"export": true
}
},
"!Windows": {
"flag": {
"language": "link",
"value": ["-ldl"],
"export": true
}
}
}
}
}
}