Skip to content

Add library Dune::ALUGrid

Simon Praetorius requested to merge feature/add-interface-library into master

This follows a pattern we want to establish in our cmake buildsystem. Every module should have a library even if it does only acts as an interface for dependencies. The MR links this module library against its dependency Dune::Grid such that this dependency is directly visible to the buildsystem.

Edited by Simon Praetorius

Merge request reports