elog/GLD_elog.json

69 lines
989 B
JSON
Raw Permalink Normal View History

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"Ewol Logger",
"license":"MPL-2",
2021-12-15 22:34:52 +01:00
"license-file":"file://LICENSE",
"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":[
"."
],
2021-12-15 22:34:52 +01:00
"compilation-version": {
"c++": 2017,
"c": 1999
},
"dependency": [
"etk-core",
{
"name": "ethread-tools",
"optional": true,
"export": true,
"flag": {
2021-12-15 22:34:52 +01:00
"c++": "-DELOG_BUILD_ETHREAD"
}
}
],
"target": {
"IOs": {
"source": {
"list":[
"elog/logIOs.m"
]
}
}
},
"mode": {
"debug": {
"target": {
"!Windows&!MacOs&!IOs": {
2021-12-15 22:34:52 +01:00
"flag-export": {
"link": [ "-ldl", "-rdynamic" ]
}
},
"!Windows": {
2021-12-15 22:34:52 +01:00
"flag-export": {
"link": "-ldl"
}
}
}
}
}
}