Add library Dune::ALUGrid
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