ege/sample/Collision/GLD_ege-sample-collision.json

40 lines
696 B
JSON

{
"type":"BINARY",
"sub-type":"SAMPLE",
"group-id":"com.atria-soft",
"description":"Ege sample : Collision",
"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"
}
}