COSC-4P82-Final-Project/build/.cmake/api/v1/reply/target-BLT_TESTS-Debug-0955...

347 lines
5.4 KiB
JSON

{
"artifacts" :
[
{
"path" : "lib/blt/BLT_TESTS"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"target_link_options",
"include",
"target_link_libraries",
"add_compile_options",
"target_compile_options",
"add_compile_definitions",
"include_directories"
],
"files" :
[
"lib/blt/CMakeLists.txt",
"lib/blt/cmake/warnings.cmake",
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 143,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 147,
"parent" : 0
},
{
"file" : 1,
"parent" : 2
},
{
"command" : 1,
"file" : 1,
"line" : 17,
"parent" : 3
},
{
"command" : 3,
"file" : 0,
"line" : 145,
"parent" : 0
},
{
"command" : 3,
"file" : 1,
"line" : 18,
"parent" : 3
},
{
"command" : 3,
"file" : 0,
"line" : 99,
"parent" : 0
},
{
"file" : 2
},
{
"command" : 4,
"file" : 2,
"line" : 14,
"parent" : 8
},
{
"command" : 5,
"file" : 1,
"line" : 16,
"parent" : 3
},
{
"command" : 6,
"file" : 2,
"line" : 23,
"parent" : 8
},
{
"command" : 6,
"file" : 2,
"line" : 19,
"parent" : 8
},
{
"command" : 6,
"file" : 2,
"line" : 17,
"parent" : 8
},
{
"command" : 6,
"file" : 2,
"line" : 22,
"parent" : 8
},
{
"command" : 7,
"file" : 0,
"line" : 70,
"parent" : 0
},
{
"command" : 7,
"file" : 0,
"line" : 84,
"parent" : 0
},
{
"command" : 7,
"file" : 0,
"line" : 85,
"parent" : 0
},
{
"command" : 7,
"file" : 0,
"line" : 137,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu++17"
},
{
"backtrace" : 9,
"fragment" : "-mieee-fp"
},
{
"backtrace" : 10,
"fragment" : "-Wall"
},
{
"backtrace" : 10,
"fragment" : "-Wextra"
},
{
"backtrace" : 10,
"fragment" : "-Wpedantic"
},
{
"backtrace" : 10,
"fragment" : "-fdiagnostics-color=always"
}
],
"defines" :
[
{
"backtrace" : 11,
"define" : "BUILD_DIR=\"/home/brett/Documents/Brock/CS 4P82/Final Project/FP-C-Project/build\""
},
{
"backtrace" : 12,
"define" : "PART_B"
},
{
"backtrace" : 13,
"define" : "POSIX_MT"
},
{
"backtrace" : 13,
"define" : "RANDOMSEEDTIME"
},
{
"backtrace" : 14,
"define" : "SOURCE_DIR=\"/home/brett/Documents/Brock/CS 4P82/Final Project/FP-C-Project\""
},
{
"backtrace" : 13,
"define" : "USEVFORK"
}
],
"includes" :
[
{
"backtrace" : 15,
"path" : "/home/brett/Documents/Brock/CS 4P82/Final Project/FP-C-Project/lib/blt/libraries/parallel-hashmap"
},
{
"backtrace" : 16,
"path" : "/home/brett/Documents/Brock/CS 4P82/Final Project/FP-C-Project/lib/blt/include"
},
{
"backtrace" : 17,
"path" : "/home/brett/Documents/Brock/CS 4P82/Final Project/FP-C-Project/build/lib/blt/config"
},
{
"backtrace" : 18,
"path" : "/home/brett/Documents/Brock/CS 4P82/Final Project/FP-C-Project/lib/blt/tests/include"
}
],
"language" : "CXX",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "17"
},
"sourceIndexes" :
[
0,
1,
2,
3,
4,
5,
6
]
}
],
"dependencies" :
[
{
"backtrace" : 5,
"id" : "BLT::@93fa9f0522c937b42b32"
}
],
"id" : "BLT_TESTS::@93fa9f0522c937b42b32",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 4,
"fragment" : "-rdynamic",
"role" : "flags"
},
{
"backtrace" : 5,
"fragment" : "lib/blt/libBLT.a",
"role" : "libraries"
},
{
"backtrace" : 6,
"fragment" : "-lstdc++fs",
"role" : "libraries"
},
{
"backtrace" : 7,
"fragment" : "/usr/lib/x86_64-linux-gnu/libz.so",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "BLT_TESTS",
"nameOnDisk" : "BLT_TESTS",
"paths" :
{
"build" : "lib/blt",
"source" : "lib/blt"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
2,
3,
4,
5,
6
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/container_test.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/datastructure_tests.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/memory_test.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/nbt_tests.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/string_tests.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "lib/blt/tests/src/utility_test.cpp",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}