Skip to content
  • Eric Noulard's avatar
    CPack: Refactor API in order to handle multi-file packages · cd7b8a03
    Eric Noulard authored and Brad King's avatar Brad King committed
    The multi-argument CompressFiles(...) method has been replace by the
    no-argument PackageFiles() method and 3 more member variables.  This
    will enable implemention of multi-package generators.  Now each specific
    generator (which overloads PackageFiles()) may decide to change the name
    and/or the number of generated package files.
    cd7b8a03