![]() |
OpenMake Meister |
Gets a list of defined Option Groups for the given Build Task, $build_task, as listed in the options for all dependencies.
USAGE:
my @option_groups = $build_opt->getOptionGroups($build_task);
or
my $option_groups_ref = $build_opt->getOptionGroups($build_task);
RETURNS:
An Array, or reference to an array, of option group names, depending if the method is called in scalar context.