Implementing XML

This commit is contained in:
2024-07-08 16:56:54 +05:30
commit d8d3c80ad4
95 changed files with 9150 additions and 0 deletions

View File

@@ -0,0 +1,119 @@
{
"archive" : {},
"artifacts" :
[
{
"path" : "lib/Debug/libGitMap.a"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_library",
"target_include_directories"
],
"files" :
[
"src/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 13,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 22,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g"
}
],
"includes" :
[
{
"backtrace" : 2,
"path" : "/home/hizenberg/.vs/GitMap/include"
},
{
"backtrace" : 2,
"path" : "/home/hizenberg/.vs/GitMap/utils/mxml"
}
],
"language" : "C",
"sourceIndexes" :
[
0,
1,
2,
3
]
}
],
"id" : "GitMap::@145eef247bfb46b6828c",
"name" : "GitMap",
"nameOnDisk" : "libGitMap.a",
"paths" :
{
"build" : "src",
"source" : "src"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
2,
3
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/printclr.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/command.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/scan.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/genXml.c",
"sourceGroupIndex" : 0
}
],
"type" : "STATIC_LIBRARY"
}