33 lines
631 B
JSON
33 lines
631 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"SAMPLE",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Tutorial 001 : Hello Word",
|
|
"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"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"ewol"
|
|
],
|
|
"path": [
|
|
"."
|
|
],
|
|
"flag": {
|
|
"c++": [
|
|
"-DPROJECT_NAME=\"\\\"{{{project.name}}}\\\"\"",
|
|
"-DAPPL_VERSION=\"\\\"{{{project.version}}}\\\"\""
|
|
]
|
|
}
|
|
} |