DuneMacros¶
Legacy compatibility helpers for the DUNE buildsystem.
- dune_target_link_libraries¶
Link libraries to the given target.
dune_target_link_libraries(<target> <libraries>)
targetTarget to link against the given libraries.
librariesLibraries 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>...])
targetsOne or more existing targets to configure.