25 lines
345 B
JSON
25 lines
345 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|