40 lines
699 B
JSON
40 lines
699 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"SAMPLE",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Ege sample : Torque Apply",
|
|
"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/main.cpp",
|
|
"appl/Windows.cpp"
|
|
],
|
|
"dependency": [
|
|
"ege"
|
|
],
|
|
"copy": [
|
|
{
|
|
"path":"data/*"
|
|
}
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"flag": {
|
|
"language": "c++",
|
|
"value": [
|
|
"-DPROJECT_NAME=\"{{{project.name}}}\"",
|
|
"-DAPPL_VERSION=\"{{{project.version}}}\""
|
|
]
|
|
},
|
|
"package":{
|
|
"SECTION": ["Game"],
|
|
"PRIORITY": "optional"
|
|
}
|
|
} |