Files
Raytracer/build/.cmake/api/v1/reply/target-Raytracer-Debug-c20492cef9da68491c1d.json
2024-07-08 19:02:29 -04:00

176 lines
2.2 KiB
JSON

{
"artifacts" :
[
{
"path" : "Raytracer"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 4,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g"
}
],
"language" : "CXX",
"sourceIndexes" :
[
0
]
}
],
"id" : "Raytracer::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
}
],
"language" : "CXX"
},
"name" : "Raytracer",
"nameOnDisk" : "Raytracer",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "aabb.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "bvh.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "camera.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "colour.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "hittable.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "hittableList.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "interval.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "material.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "ray.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "rayTracer.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "sphere.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "texture.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "vec3.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}