g3log-lutin/GLD_g3log.json

53 lines
837 B
JSON
Raw Normal View History

2021-11-15 23:48:07 +01:00
{
"type":"LIBRARY",
"group-id":"org.g3log",
"description":"g3log:g3log-g3log library",
"version":"file://version.txt",
"source": [
"g3log/src/filesink.cpp",
"g3log/src/g3log.cpp",
"g3log/src/logcapture.cpp",
"g3log/src/loglevels.cpp",
"g3log/src/logmessage.cpp",
"g3log/src/logworker.cpp",
"g3log/src/time.cpp"
],
"target":{
"Linux": {
"source": [
"g3log/src/crashhandler_unix.cpp"
]
},
"Windows": {
"source": [
"g3log/src/crashhandler_windows.cpp"
]
}
},
"header-install-mode": "AFTER",
"header": [
{
"path": "g3log/src/",
"filter": "*.hpp",
"to": ""
2022-01-15 00:36:51 +01:00
},
{
"path": "generated/",
"filter": "*.hpp",
"to": ""
2021-11-15 23:48:07 +01:00
}
],
"path": [
"generated/",
"g3log/src/"
],
"dependency": [
"z",
"m",
"cxx"
],
"compilation-version": {
"c++": 2017
}
}