35 lines
703 B
JSON
35 lines
703 B
JSON
{
|
|
"type": "BINARY",
|
|
"sub-type": "TOOL",
|
|
"group-id": "com.atria-soft",
|
|
"description": "basic test and profiling of equalizer work or not",
|
|
"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/DisplayFrequency.cpp"
|
|
],
|
|
"dependency": [
|
|
"ewol",
|
|
"audio-drain",
|
|
"audio-river"
|
|
],
|
|
"path": [
|
|
"."
|
|
],
|
|
"flag": {
|
|
"c++": "-DPROJECT_NAME=\"\\\"{{{project.name}}}\\\"\""
|
|
},
|
|
"copy": [
|
|
{
|
|
"path": "data/*"
|
|
}
|
|
]
|
|
} |