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