56 lines
991 B
JSON
Executable File
56 lines
991 B
JSON
Executable File
{
|
|
"type":"BINARY",
|
|
"sub-type":"TOOL",
|
|
"group-id":"com.atria-soft",
|
|
"description":"ewol tools software (visual)",
|
|
"license":"MPL-2",
|
|
"license-file":"file://../../LICENSE",
|
|
"maintainer":"file://../../authors.txt",
|
|
"author":"file://../../authors.txt",
|
|
"version":"file://../../version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"appl/debug.cpp",
|
|
"appl/init.cpp",
|
|
"appl/MainWindows.cpp",
|
|
"appl/TestDistanceField.cpp",
|
|
"appl/widget/SizerColor.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"ewol"
|
|
],
|
|
"flag": {
|
|
"c++": [
|
|
"-DPROJECT_NAME=\"{{{project.name}}}\"",
|
|
"-DAPPL_VERSION=\"{{{project.version}}}\""
|
|
]
|
|
},
|
|
"path": [
|
|
"."
|
|
],
|
|
"copy": [
|
|
{
|
|
"path": "data/icon.png",
|
|
"to": ""
|
|
},{
|
|
"path": "data/icon.*"
|
|
},{
|
|
"path": "data/cube.*"
|
|
},{
|
|
"path": "data/grass.*"
|
|
},{
|
|
"path": "data/stone*"
|
|
},{
|
|
"path": "data/sphere.*"
|
|
},{
|
|
"path": "data/gui.xml"
|
|
},{
|
|
"path": "data/FreeSerif*",
|
|
"to": "fonts/"
|
|
}
|
|
]
|
|
} |