DuneMacros ---------- Legacy compatibility helpers for the DUNE buildsystem. .. cmake:command:: dune_target_link_libraries .. dune:internal:: Link libraries to the given target. .. code-block:: cmake dune_target_link_libraries( ) ``target`` Target to link against the given libraries. ``libraries`` Libraries to link to the target. .. cmake:command:: add_dune_all_flags .. dune:internal:: Add all globally collected package flags to the given targets. .. code-block:: cmake add_dune_all_flags( [...]) ``targets`` One or more existing targets to configure.