| 53 | } |
| 54 | |
| 55 | bool cmExportPackageInfoGenerator::GenerateImportFile(std::ostream& os) |
| 56 | { |
| 57 | return this->GenerateMainFile(os); |
| 58 | } |
| 59 | |
| 60 | void cmExportPackageInfoGenerator::WritePackageInfo( |
| 61 | Json::Value const& packageInfo, std::ostream& os) const |
nothing calls this directly
no test coverage detected