AddQuadMathFlags ---------------- Helpers for using `QuadMath `_ from DUNE targets. .. cmake:command:: add_dune_quadmath_flags Link the given targets against ``QuadMath::QuadMath`` and add the compile definition ``HAVE_QUADMATH=1``. The command has an effect only when ``QuadMath_FOUND`` is true. .. code-block:: cmake add_dune_quadmath_flags( [...]) ``targets`` One or more existing targets to configure.