| 40 | } |
| 41 | |
| 42 | std::string cmExportInstallCMakeConfigGenerator::GetConfigImportFileGlob() |
| 43 | const |
| 44 | { |
| 45 | std::string glob = cmStrCat(this->FileBase, "-*", this->FileExt); |
| 46 | return glob; |
| 47 | } |
| 48 | |
| 49 | bool cmExportInstallCMakeConfigGenerator::GenerateMainFile(std::ostream& os) |
| 50 | { |
no test coverage detected