esignal/GLD_esignal.json

53 lines
990 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"esignal is signal management for all class",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"source": [
"esignal/debug.cpp",
"esignal/Connection.cpp",
"esignal/InterfaceData.cpp",
"esignal/Base.cpp",
"esignal/details/Signal.cpp"
],
"header": [
"esignal/debug.hpp",
"esignal/Interface.hpp",
"esignal/InterfaceData.hpp",
"esignal/Base.hpp",
"esignal/Signal.hpp",
"esignal/Connection.hpp",
"esignal/details/Signal.hxx"
],
"path":[
"."
],
"compilation-version": {
"c++": 2011
},
"dependency": [
"etk",
"ememory",
{
"name": "echrono",
"optional": true,
"export": false,
"flag": {
"language": "c++",
"value": "-DESIGNAL_BUILD_WITH_ECHRONO"
}
}
],
"flag": {
"language": "c++",
"value": [
"-DESIGNAL_VERSION=\"{{{project.version}}}\""
]
}
}