AddGMPFlags¶
Helpers for using GMP from DUNE targets.
- add_dune_gmp_flags¶
Link the given targets against
GMP::gmpxxand add the compile definitionHAVE_GMP=1.The command has an effect only when
GMP_FOUNDis true.add_dune_gmp_flags(<target> [<target>...])
targetsOne or more existing targets to configure.