AddVcFlags¶
Helpers for using Vc from DUNE targets.
- add_dune_vc_flags¶
Link the given targets against Vc and add the include directories, compile options, and compile definitions required for SIMD support.
The command has an effect only when
Vc_FOUNDis true.add_dune_vc_flags(<target> [<target>...])
targetsOne or more existing targets to configure.