eproperty/GLD_eproperty.json

47 lines
999 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"eproperty is a property interface for basic class",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"eproperty/debug.cpp",
"eproperty/Property.cpp",
"eproperty/InterfaceData.cpp",
"eproperty/details/Range.cpp",
"eproperty/details/Value.cpp"
],
"header": [
"eproperty/debug.hpp",
"eproperty/Value.hpp",
"eproperty/Interface.hpp",
"eproperty/InterfaceData.hpp",
"eproperty/Property.hpp",
"eproperty/PropertyType.hpp",
"eproperty/Range.hpp",
"eproperty/List.hpp",
"eproperty/details/Range.hxx",
"eproperty/details/Value.hxx"
],
"path":[
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
},
"dependency": [
"etk"
],
"flag": {
"language": "c++",
"value": [
"-DEPROPERTY_VERSION=\"{{{project.version}}}\""
]
}
}