Skip to content

Commit 220a5f2

Browse files
committed
Maybe fix Eigen search path issue?
1 parent 77c48db commit 220a5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ endif()
1818

1919
file(GLOB LIBFILES src/*.cpp src/SecondFundamentalForm/*.cpp src/MaterialModel/*.cpp)
2020
add_library(${PROJECT_NAME} STATIC ${LIBFILES})
21+
target_link_libraries(${PROJECT_NAME} igl::core)
2122

2223
install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_CURRENT_LIST_DIR}/lib)
2324

0 commit comments

Comments
 (0)