Skip to content
Snippets Groups Projects
Commit ec4aff54 authored by jonathan.froehlich's avatar jonathan.froehlich
Browse files

Included coupled assembly in cmake

parent 1e17e473
No related branches found
No related tags found
No related merge requests found
Pipeline #125621 passed
add_subdirectory(transfers)
add_subdirectory(discretizations)
add_subdirectory(assemble)
add_subdirectory(solvers)
add_library(COUPLED
......
......@@ -3,4 +3,4 @@ add_library(COUPLED_SOLVERS STATIC
SegregatedSolver.cpp
)
target_link_libraries(COUPLED_SOLVERS COUPLED_TRANSFERS ELASTICITY_SOLVERS ELPHY_SOLVERS)
\ No newline at end of file
target_link_libraries(COUPLED_SOLVERS COUPLED_ASSEMBLE ELASTICITY_SOLVERS ELPHY_SOLVERS)
\ No newline at end of file
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