[DEV] integrate GLD
This commit is contained in:
parent
09a97ba3c2
commit
be666d5aa7
@ -4,7 +4,7 @@
|
||||
"group-id":"com.atria-soft",
|
||||
"description":"elog sample",
|
||||
"license":"MPL-2",
|
||||
"license-file":"file://LICENCE",
|
||||
"license-file":"file://LICENSE",
|
||||
"maintainer":"file://authors.txt",
|
||||
"author":"file://authors.txt",
|
||||
"version":"file://version.txt",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"group-id":"com.atria-soft",
|
||||
"description":"Ewol Logger",
|
||||
"license":"MPL-2",
|
||||
"license-file":"file://LICENCE",
|
||||
"license-file":"file://LICENSE",
|
||||
"maintainer":"file://authors.txt",
|
||||
"author":"file://authors.txt",
|
||||
"version":"file://version.txt",
|
||||
@ -25,15 +25,10 @@
|
||||
"path":[
|
||||
"."
|
||||
],
|
||||
"compilation-version": [
|
||||
{
|
||||
"language": "c++",
|
||||
"version": 2017
|
||||
},{
|
||||
"language": "c",
|
||||
"version": 1999
|
||||
}
|
||||
],
|
||||
"compilation-version": {
|
||||
"c++": 2017,
|
||||
"c": 1999
|
||||
},
|
||||
"dependency": [
|
||||
"etk-core",
|
||||
{
|
||||
@ -41,8 +36,7 @@
|
||||
"optional": true,
|
||||
"export": true,
|
||||
"flag": {
|
||||
"language": "c++",
|
||||
"value": "-DELOG_BUILD_ETHREAD"
|
||||
"c++": "-DELOG_BUILD_ETHREAD"
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -55,45 +49,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
"flag-export": {
|
||||
"link": [ "-ldl", "-rdynamic" ]
|
||||
}
|
||||
},
|
||||
"!Windows": {
|
||||
"flag": {
|
||||
"language": "link",
|
||||
"value": ["-ldl"],
|
||||
"export": true
|
||||
"flag-export": {
|
||||
"link": "-ldl"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"group-id":"com.atria-soft",
|
||||
"description":"basic debug log for test",
|
||||
"license":"MPL-2",
|
||||
"license-file":"file://LICENCE",
|
||||
"license-file":"file://LICENSE",
|
||||
"maintainer":"file://authors.txt",
|
||||
"author":"file://authors.txt",
|
||||
"version":"file://version.txt",
|
||||
|
Loading…
Reference in New Issue
Block a user