karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Writing Unit Tests. #22

Open Ming-Yeung-Alfred-Meng opened 1 year ago

Ming-Yeung-Alfred-Meng commented 1 year ago

I have added a test project to the raycasting solution, however when I add #include <Eigen/Core> to the test.cpp file, it produces the no such file or direction error. How do I resolve this? Thanks.

panuelosj commented 1 year ago

Did you link your test file properly in the CMakeLists file? If you add any new files, you also need to use cmake again to setup your build files.