AddVcFlags ---------- Helpers for using `Vc `_ from DUNE targets. .. cmake:command:: 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_FOUND`` is true. .. code-block:: cmake add_dune_vc_flags( [...]) ``targets`` One or more existing targets to configure.