Skip to content
Snippets Groups Projects
Commit b0a4926a authored by Lars Bilke's avatar Lars Bilke
Browse files

Added eigen dependency on AssemblerLib.

parent b570f810
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ target_link_libraries(AssemblerLib INTERFACE ...@@ -9,6 +9,9 @@ target_link_libraries(AssemblerLib INTERFACE
MeshLib MeshLib
) )
if(TARGET Eigen)
add_dependencies(AssemblerLib Eigen)
endif()
if(TARGET Boost) if(TARGET Boost)
add_dependencies(AssemblerLib Boost) add_dependencies(AssemblerLib Boost)
endif() endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment