Skip to content

Feature/export targets

Timo Koch requested to merge feature/export_targets into master

Remove library linking from the dune_system_test interface. Export targets to be used in CMakeLists files.

As discussed in Heidelberg we decided to slimmen the interface again for easier maintenance. Libraries are added now by the user. For that a targetlist is provided if needed. Call by reference add_dune_system_test(TARGETS targetlist).

Merge request reports