Skip to content

Commit 81c143a

Browse files
committed
Fixed eigen cmake
1 parent 2c0c10c commit 81c143a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ endif()
2626

2727
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
2828

29+
include(eigen)
30+
2931
# Optionally get multiprecision libraries
3032
if(USE_MULTIPRECISION)
3133
# Turning this on activates mpfr in the conformal code

src/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_library(PennerOptimizationCoreLib
1515
)
1616
target_include_directories(PennerOptimizationCoreLib PUBLIC .)
1717
target_link_libraries(PennerOptimizationCoreLib PUBLIC
18+
Eigen3::Eigen
1819
conformal_cpp
1920
igl::core
2021
igl::predicates

0 commit comments

Comments
 (0)