| 17 | class cmGeneratorTarget; |
| 18 | |
| 19 | cmExportBuildSbomGenerator::cmExportBuildSbomGenerator(cmSbomArguments args) |
| 20 | : cmExportSbomGenerator(args) |
| 21 | { |
| 22 | this->SetNamespace(cmStrCat(this->GetPackageName(), "::"_s)); |
| 23 | } |
| 24 | |
| 25 | bool cmExportBuildSbomGenerator::GenerateMainFile(std::ostream& os) |
| 26 | { |
nothing calls this directly
no test coverage detected