HEADERS += \ unit_limiter.h \ Triangle.h \ Sphere.h \ Shape.h \ RayTracer.h \ Ray.h \ Point.h \ Light.h \ Color.h \ Vector.h SOURCES += \ unit_limiter.cpp \ Triangle.cpp \ Sphere.cpp \ Shape.cpp \ RayTracer.cpp \ Ray.cpp \ Point.cpp \ main.cpp \ Light.cpp \ Color.cpp \ Vector.cpp