netex/cmake-build-debug/.cmake/api/v1/reply/target-netex-Debug-bfaae46eb44fcd1c27b4.json

238 lines
3.5 KiB
JSON
Raw Normal View History

2023-12-24 18:23:19 +01:00
{
"artifacts" :
[
{
"path" : "debug/bin/libnetex.so"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_library",
"target_link_libraries",
"set_target_properties",
"find_package",
"add_compile_options",
"target_include_directories",
"target_sources"
],
"files" :
[
"src/net/CMakeLists.txt",
"/home/max/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.27/Modules/FindOpenSSL.cmake",
"CMakeLists.txt",
"src/net/threads/CMakeLists.txt",
"src/net/sockets/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 2,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 6,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 5,
"parent" : 0
},
{
"file" : 1,
"parent" : 3
},
{
"command" : 2,
"file" : 1,
"line" : 741,
"parent" : 4
},
{
"file" : 2
},
{
"command" : 4,
"file" : 2,
"line" : 5,
"parent" : 6
},
{
"command" : 5,
"file" : 0,
"line" : 8,
"parent" : 0
},
{
"file" : 3
},
{
"command" : 6,
"file" : 3,
"line" : 3,
"parent" : 9
},
{
"file" : 4
},
{
"command" : 6,
"file" : 4,
"line" : 2,
"parent" : 11
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -fPIC -fdiagnostics-color=always"
},
{
"backtrace" : 7,
"fragment" : "-pthread"
}
],
"defines" :
[
{
"define" : "netex_EXPORTS"
}
],
"includes" :
[
{
"backtrace" : 8,
"path" : "/home/max/GitHub/netex/src/net/include"
}
],
"language" : "C",
"sourceIndexes" :
[
0,
1,
2,
4,
5,
6
]
}
],
"id" : "netex::@fa6dfe1ce2083cdf68d6",
"link" :
{
"commandFragments" :
[
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 2,
"fragment" : "/usr/lib/libssl.so",
"role" : "libraries"
},
{
"backtrace" : 5,
"fragment" : "/usr/lib/libcrypto.so",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "netex",
"nameOnDisk" : "libnetex.so",
"paths" :
{
"build" : "src/net",
"source" : "src/net"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
2,
4,
5,
6
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
3,
7
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/net/netex.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 10,
"compileGroupIndex" : 0,
"path" : "src/net/threads/thread_manager.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 12,
"compileGroupIndex" : 0,
"path" : "src/net/sockets/client.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 12,
"path" : "src/net/sockets/communication.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 12,
"compileGroupIndex" : 0,
"path" : "src/net/sockets/sock_helper.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 12,
"compileGroupIndex" : 0,
"path" : "src/net/sockets/server.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 12,
"compileGroupIndex" : 0,
"path" : "src/net/sockets/thread_manager.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 12,
"path" : "src/net/sockets/thread_manager.h",
"sourceGroupIndex" : 1
}
],
"type" : "SHARED_LIBRARY"
}