[DEV] integrate GLD

This commit is contained in:
Edouard DUPIN 2021-12-15 22:35:42 +01:00
parent bc8f81bb4c
commit 7851f45134
2 changed files with 6 additions and 11 deletions

View File

@ -4,7 +4,7 @@
"group-id":"com.atria-soft",
"description":"Ewol Physic engine TEST UNIT",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft",
"description":"Algorithm generic",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
@ -130,8 +130,7 @@
"."
],
"compilation-version": {
"language": "c++",
"version": 2011
"c++": 2011
},
"dependency": [
"m",
@ -140,11 +139,7 @@
"ememory",
"echrono"
],
"flag":[
{
"language": "c++",
"value": "-Wno-overloaded-virtual",
"export": true
}
]
"flag":{
"c++": "-Wno-overloaded-virtual"
}
}