Build with cmake. Cmake's FetchContent is used to fetch all dependencies.
$ cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --target metal-raytracer -- -jRun the raytracer by providing it a glTF file.
$ ./build/metal-raytracer assets/Sponza.glb