This commit is contained in:
2024-10-16 10:15:43 +02:00
parent 1269b8dce7
commit 18845abe1c
97 changed files with 10609 additions and 0 deletions

View File

@@ -0,0 +1,156 @@
{
"archive" : {},
"artifacts" :
[
{
"path" : "lib/libgtest.a"
}
],
"backtrace" : 3,
"backtraceGraph" :
{
"commands" :
[
"add_library",
"cxx_library_with_type",
"cxx_library",
"install",
"install_project",
"include_directories",
"target_compile_features"
],
"files" :
[
"cmake-build-release/_deps/gtest-src/googletest/cmake/internal_utils.cmake",
"cmake-build-release/_deps/gtest-src/googletest/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 1
},
{
"command" : 2,
"file" : 1,
"line" : 123,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 210,
"parent" : 1
},
{
"command" : 0,
"file" : 0,
"line" : 165,
"parent" : 2
},
{
"command" : 4,
"file" : 1,
"line" : 158,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 303,
"parent" : 4
},
{
"command" : 5,
"file" : 1,
"line" : 113,
"parent" : 0
},
{
"command" : 6,
"file" : 0,
"line" : 198,
"parent" : 2
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-O3 -DNDEBUG -std=c++20 -fdiagnostics-color=always"
},
{
"fragment" : "-Wall -Wshadow -Wundef -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=0 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers"
}
],
"includes" :
[
{
"backtrace" : 6,
"path" : "C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-src/googletest/include"
},
{
"backtrace" : 6,
"path" : "C:/Users/Bram/School/Graphics Programming 1/GP1_Raytracer_Bram_Verhulst_2DAE11/cmake-build-release/_deps/gtest-src/googletest"
}
],
"language" : "CXX",
"languageStandard" :
{
"backtraces" :
[
7
],
"standard" : "20"
},
"sourceIndexes" :
[
0
]
}
],
"id" : "gtest::@11ce2936600882345026",
"install" :
{
"destinations" :
[
{
"backtrace" : 5,
"path" : "lib"
}
],
"prefix" :
{
"path" : "C:/Program Files (x86)/GP1_Raytracer"
}
},
"name" : "gtest",
"nameOnDisk" : "libgtest.a",
"paths" :
{
"build" : "_deps/gtest-build/googletest",
"source" : "cmake-build-release/_deps/gtest-src/googletest"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
}
],
"sources" :
[
{
"backtrace" : 3,
"compileGroupIndex" : 0,
"path" : "cmake-build-release/_deps/gtest-src/googletest/src/gtest-all.cc",
"sourceGroupIndex" : 0
}
],
"type" : "STATIC_LIBRARY"
}