DuneMacros

Legacy compatibility helpers for the DUNE buildsystem.

Link libraries to the given target.

dune_target_link_libraries(<target> <libraries>)
target

Target to link against the given libraries.

libraries

Libraries to link to the target.

add_dune_all_flags

Add all globally collected package flags to the given targets.

add_dune_all_flags(<target> [<target>...])
targets

One or more existing targets to configure.