mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
find eigen to try to fix pipeline
This commit is contained in:
parent
97f45f55b2
commit
1cd5d9e99a
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
# Configure Eigen
|
||||
set(ENV{EIGEN3_ROOT} /usr/include/eigen3/Eigen)
|
||||
find_package(Eigen3 REQUIRED)
|
||||
include_directories(${EIGEN3_INCLUDE_DIR})
|
||||
include_directories(/usr/include/eigen3)
|
||||
|
||||
# These folders include some important header files including the header files for your own solution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue