We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0c10c commit 81c143aCopy full SHA for 81c143a
CMakeLists.txt
@@ -26,6 +26,8 @@ endif()
26
27
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
28
29
+include(eigen)
30
+
31
# Optionally get multiprecision libraries
32
if(USE_MULTIPRECISION)
33
# Turning this on activates mpfr in the conformal code
src/core/CMakeLists.txt
@@ -15,6 +15,7 @@ add_library(PennerOptimizationCoreLib
15
)
16
target_include_directories(PennerOptimizationCoreLib PUBLIC .)
17
target_link_libraries(PennerOptimizationCoreLib PUBLIC
18
+ Eigen3::Eigen
19
conformal_cpp
20
igl::core
21
igl::predicates
0 commit comments