PackageRecipe.configurations

Specifies an optional list of build configurations

By default, the first configuration present in the package recipe will be used, except for special configurations (e.g. "unittest"). A specific configuration can be chosen from the command line using --config=name or -c name. A package can select a specific configuration in one of its dependency by using the subConfigurations build setting. Build settings defined at the top level affect all configurations.

struct PackageRecipe
@Optional
@Key("name")
ConfigurationInfo[] configurations;

Meta