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