Building the dummy test
- Create build folder: mkdir build
- cd build
- cmake ../
- make
- ./raytracer
Building the solution:
- Uncomment the #add_compile_options(-DSTUDENT_SOLUTION) line in the CMakeLists.txt
- Create build folder: mkdir build
- Create the src folder: mkdir src
- cd build
- cmake ../
- make
- ./raytracer <filename.json>
Note that some test scenes are provided in the assets folder. You can do a soft link to the assets folder in the build folder for your convenience.


