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
90e0cfb632
commit
821d087732
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ set(CMAKE_BUILD_TYPE Debug)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
find_package(Eigen3 REQUIRED)
|
||||
|
||||
# Include Eigen
|
||||
include_directories(/usr/include/eigen3)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue