Replace dune_add_library by target_sources
Summary
The CMake function dune_add_library(<target> OBJECT ...)
is deprecated and should be replaced by simpler functions like target_sources
. See also dune-common!1037 for a detailed description.
Edited by Simon Praetorius