Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 293 Bytes

Ray Tracer

Build and run main

from build dir

rm CMakeCache.txt
rm -rf CMakeFiles
cmake RayTracer
cmake --build .
./RayTracer_run

Build and run unit tests

from build dir

rm CMakeCache.txt
rm -rf CMakeFiles
cmake RayTracer/Google_tests
cmake --build .
./Google_Tests_run