{ "type":"LIBRARY", "group-id":"com.atria-soft", "description":"Ewol Logger", "license":"MPL-2", "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", "code-quality":"MEDIUM", "source": { "list":[ "elog/debug.cpp", "elog/log.cpp", "elog/elog.cpp" ] }, "header": { "list": [ "elog/log.hpp", "elog/elog.hpp" ] }, "path":[ "." ], "compilation-version": { "c++": 2017, "c": 1999 }, "dependency": [ "etk-core", { "name": "ethread-tools", "optional": true, "export": true, "flag": { "c++": "-DELOG_BUILD_ETHREAD" } } ], "target": { "IOs": { "source": { "list":[ "elog/logIOs.m" ] } } }, "mode": { "debug": { "target": { "!Windows&!MacOs&!IOs": { "flag-export": { "link": [ "-ldl", "-rdynamic" ] } }, "!Windows": { "flag-export": { "link": "-ldl" } } } } } }