MCPcopy Create free account
hub / github.com/Kitware/CMake / GetConfigImportFileGlob

Method GetConfigImportFileGlob

Source/cmExportInstallSbomGenerator.cxx:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GenerateScriptConfigsMethod · 0.45
GenerateScriptActionsMethod · 0.45

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected