Skip to content
Snippets Groups Projects
Commit 63478e71 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Bugfix] Link libdunecommon to lrutest

parent aa208725
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ add_executable("genericiterator_compile_fail" EXCLUDE_FROM_ALL genericiterator_c
add_executable("iteratorfacadetest2" iteratorfacadetest2.cc)
add_executable("iteratorfacadetest" iteratorfacadetest.cc)
add_executable("lrutest" lrutest.cc)
target_link_libraries("lrutest" "dunecommon")
add_executable("mpiguardtest" mpiguardtest.cc)
target_link_libraries("mpiguardtest" "dunecommon")
add_DUNE_MPI_flags(mpiguardtest)
......
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