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

Method AddFileToClean

Source/cmGlobalFastbuildGenerator.cxx:1737–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1735 }
1736}
1737void cmGlobalFastbuildGenerator::AddFileToClean(std::string const& file)
1738{
1739 AllFilesToClean.insert(file);
1740}
1741
1742std::string cmGlobalFastbuildGenerator::GetExternalShellExecutable()
1743{

Callers 5

AdditionalCleanFilesMethod · 0.80
AddOutputMethod · 0.80
AdditionalCleanFilesMethod · 0.80
GenerateObjectsMethod · 0.80
GenerateLinkMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected