ewol/sample/treeView/GLD_ewol-sample-treeview.json

35 lines
685 B
JSON

{
"type":"BINARY",
"sub-type":"SAMPLE",
"group-id":"com.atria-soft",
"description":"Tutorial 0XX : bsic tree example",
"license":"MPL-2",
"license-file":"file://../../LICENSE",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":"file://../../version.txt",
"code-quality":"MEDIUM",
"source": [
"appl/Main.cpp",
"appl/debug.cpp",
"appl/Windows.cpp",
"appl/widget/BasicTree.cpp"
],
"compilation-version": {
"c++": 2017
},
"dependency": [
"ewol",
"test-debug"
],
"path": [
"."
],
"flag": {
"c++": [
"-DPROJECT_NAME=\"\\\"{{{project.name}}}\\\"\"",
"-DAPPL_VERSION=\"\\\"{{{project.version}}}\\\"\""
]
}
}