Feature/add interface library
Compare changes
+ 6
− 4
@@ -17,7 +17,9 @@ include(DuneMacros)
@@ -29,9 +31,9 @@ if(DUNE_ENABLE_PYTHONBINDINGS)
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. This MR adds the interface library Dune::FoamGrid
.