summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarBZip2Generator.cxx
blob: c7a3dd429babf9631cf42242a6293466b7657e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file Copyright.txt or https://cmake.org/licensing for details.  */
#include "cmCPackTarBZip2Generator.h"

#include "cmArchiveWrite.h"
#include "cmCPackArchiveGenerator.h"

cmCPackTarBZip2Generator::cmCPackTarBZip2Generator()
  : cmCPackArchiveGenerator(cmArchiveWrite::CompressBZip2, "paxr")
{
}

cmCPackTarBZip2Generator::~cmCPackTarBZip2Generator()
{
}