I am referencing the following books:
- An Introduction to Ray Tracer by Andrew Glassner. Available at https://archive.org/details/AnIntroductionToRayTracing_201902
- Ray Tracing from the Ground Up by Kevin Suffern.
- The Ray Tracer Challenge by Jamis Buck.
> mkdir build
> cd build
> cmake ../
> cmake --build .
> cd build
> ctest
cmakeversion3.10or greater.cppcheck(latest).googletestincluded in the repository as a submodule. Use--recursiveflag while cloning to download the correct version.