26 lines
417 B
JSON
26 lines
417 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"basic debug log for test",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"test-debug/debug.cpp"
|
|
],
|
|
"header": [
|
|
"test-debug/debug.hpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"dependency": [
|
|
"etk-core"
|
|
]
|
|
}
|
|
|