Skip to content
  • Friedrich W. H. Kossebau's avatar
    Add a PRODUCTSET build config parameter, for easy control of build products · d5feafdf
    Friedrich W. H. Kossebau authored
    PRODUCTSET is a substitute for the old non-exclusive options CREATIVEONLY and
    TINY (which then are handled exclusively, eek), with migration support for CREATIVEONLY flag.
    Predefined hardcoded productsets are ACTIVE, CREATIVE, DESKTOP, and ALL (default).
    
    Own productsets can be easily added by writing an own productset file,
    see cmake/productsets/README
    
    For each product the required internal products can be listed, so they are
    automatically built if needed. If required internal products cannot be built,
    the depending products will be automatically excluded as well.
    
    REVIEW: 109071
    
    Thanks boud and arjen for review
    d5feafdf