dilevin / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
1 stars 5 forks source link

eigen folder not being created properly with cmake? #72

Closed edwardsues closed 1 month ago

edwardsues commented 1 month ago

Hello,

When doing:

mkdir build
cd build
cmake ..

it doesn't seem like the eigen folder gets initialized properly? is it fine to just copy the eigen folder from A2 over?

vpineda1996 commented 1 month ago

Yeah, can use your solution from A2 for A3. Make sure to submit all of your cpp files