AddSuiteSparseFlags ------------------- Helpers for using `SuiteSparse `_ from DUNE targets. .. cmake:command:: add_dune_suitesparse_flags Link the given targets against ``SuiteSparse::SuiteSparse`` and add the compile definitions corresponding to the detected SuiteSparse components. The command has an effect only when ``SuiteSparse_FOUND`` is true. .. code-block:: cmake add_dune_suitesparse_flags( [...]) ``targets`` One or more existing targets to configure.