Skip to content
Snippets Groups Projects
Commit f5e4c81b authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

CMake: add SuperLU headers to MPFA test

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10736 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent cfe721c4
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ target_link_libraries("test_transport" ${DumuxLinkLibraries}) ...@@ -13,6 +13,7 @@ target_link_libraries("test_transport" ${DumuxLinkLibraries})
add_executable("test_mpfa2p" test_mpfa2p.cc) add_executable("test_mpfa2p" test_mpfa2p.cc)
target_link_libraries("test_mpfa2p" ${DumuxLinkLibraries}) target_link_libraries("test_mpfa2p" ${DumuxLinkLibraries})
add_dune_superlu_flags("test_mpfa2p")
# add required libraries and includes to the build flags # add required libraries and includes to the build flags
link_directories(${DumuxLinkDirectories}) link_directories(${DumuxLinkDirectories})
......
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