Created initial files

This commit is contained in:
t
2025-01-27 21:02:54 +01:00
parent 1ee553a410
commit 1766923c61
43 changed files with 5649 additions and 11 deletions
@@ -0,0 +1,134 @@
{
"artifacts" :
[
{
"path" : "exe1"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"target_compile_options"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 7,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 10,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu11 -fdiagnostics-color=always"
},
{
"backtrace" : 2,
"fragment" : "-Wall"
},
{
"backtrace" : 2,
"fragment" : "-Wextra"
},
{
"backtrace" : 2,
"fragment" : "-Wpedantic"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "11"
},
"sourceIndexes" :
[
0,
1,
2
]
}
],
"id" : "exe1::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
}
],
"language" : "C"
},
"name" : "exe1",
"nameOnDisk" : "exe1",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
2
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "zmq_distributor.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "key_value_pair.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "zmq_worker.c",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}