PackageRecipe.subPackages

Sub-packages path or definitions

Sub-packages allow to break component of a large framework into smaller packages. In the recipe file, sub-packages entry can take one of two forms: either the path to a sub-folder where a recipe file exists, or an object of the same format as a recipe file (or PackageRecipe).

struct PackageRecipe
@Optional
SubPackage[] subPackages;

Meta