50 lines
881 B
JSON
50 lines
881 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"ewol sound set interface for 'small game' audio effects",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"audio/ess/debug.cpp",
|
|
"audio/ess/decWav.cpp",
|
|
"audio/ess/decOgg.cpp",
|
|
"audio/ess/effects.cpp",
|
|
"audio/ess/ess.cpp",
|
|
"audio/ess/music.cpp",
|
|
"audio/ess/LoadedFile.cpp"
|
|
],
|
|
"header": [
|
|
"audio/ess/effects.hpp",
|
|
"audio/ess/ess.hpp",
|
|
"audio/ess/music.hpp",
|
|
"audio/ess/LoadedFile.hpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"etk",
|
|
"audio-river",
|
|
"ogg",
|
|
"ejson"
|
|
],
|
|
"target":{
|
|
"Android":{
|
|
"flag": {
|
|
"link": [
|
|
"-pthread",
|
|
"-frtti",
|
|
"-fexceptions"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |