Skip to content

Replace dune_add_library by target_sources

Simon Praetorius requested to merge issue/replace-dune-add-library-object into master

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

Merge request reports