From 7851f451343572ac52eedd2786ed980a90590d92 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 15 Dec 2021 22:35:42 +0100 Subject: [PATCH] [DEV] integrate GLD --- GLD_ephysics-test.json | 2 +- GLD_ephysics.json | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/GLD_ephysics-test.json b/GLD_ephysics-test.json index 2dd4c79..e358279 100644 --- a/GLD_ephysics-test.json +++ b/GLD_ephysics-test.json @@ -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", diff --git a/GLD_ephysics.json b/GLD_ephysics.json index 72ed964..5db8d49 100644 --- a/GLD_ephysics.json +++ b/GLD_ephysics.json @@ -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" + } } \ No newline at end of file