[DEV] add GLD interface

This commit is contained in:
Edouard DUPIN 2021-11-18 20:48:57 +01:00
parent 81072f7f40
commit 6451cc5bac

24
GLD_valijson.json Normal file
View File

@ -0,0 +1,24 @@
{
"type":"LIBRARY",
"group-id":"org.g3log",
"description":"g3log:g3log-g3log library",
"version":"file://version.txt",
"header": [
{
"path": "valijson/include/",
"filter": "*.hpp",
"to": ""
}
],
"compilation-version": {
"c++": 2011
},
"depend": [
"cxx"
],
"flag":{
"c++":[
"-DVALIJSON_USE_EXCEPTIONS=1"
]
}
}