| 29 | cmCPackCygwinSourceGenerator::~cmCPackCygwinSourceGenerator() = default; |
| 30 | |
| 31 | int cmCPackCygwinSourceGenerator::InitializeInternal() |
| 32 | { |
| 33 | this->SetOptionIfNotSet("CPACK_INCLUDE_TOPLEVEL_DIRECTORY", "0"); |
| 34 | return this->Superclass::InitializeInternal(); |
| 35 | } |
| 36 | |
| 37 | int cmCPackCygwinSourceGenerator::PackageFiles() |
| 38 | { |
nothing calls this directly
no test coverage detected