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

Method GetConfigImportFileGlob

Source/cmExportInstallCMakeConfigGenerator.cxx:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

LoadConfigFilesMethod · 0.95

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected