AddSuiteSparseFlags¶
Helpers for using SuiteSparse from DUNE targets.
- add_dune_suitesparse_flags¶
Link the given targets against
SuiteSparse::SuiteSparseand add the compile definitions corresponding to the detected SuiteSparse components.The command has an effect only when
SuiteSparse_FOUNDis true.add_dune_suitesparse_flags(<target> [<target>...])
targetsOne or more existing targets to configure.