ecbuild_echo_target_property
Output a given property of a given target.
ecbuild_echo_target_property( <target> <property> )
ecbuild_echo_target
Output all possible target properties of a given target.
ecbuild_echo_target( <target> )
ecbuild_echo_targets
Output all possible target properties of the specified list-of-targets. This is very useful for debugging.
ecbuild_echo_targets( <list-of-targets> )