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

Method GetFilesReplacedDuringGenerate

Source/cmGlobalGenerator.cxx:3623–3630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3621}
3622
3623void cmGlobalGenerator::GetFilesReplacedDuringGenerate(
3624 std::vector<std::string>& filenames)
3625{
3626 filenames.clear();
3627 std::copy(this->FilesReplacedDuringGenerate.begin(),
3628 this->FilesReplacedDuringGenerate.end(),
3629 std::back_inserter(filenames));
3630}
3631
3632cmGlobalGenerator::TargetDependSet cmGlobalGenerator::GetTargetsForProject(
3633 cmLocalGenerator const* root,

Callers 1

CallVisualStudioMacroMethod · 0.80

Calls 3

clearMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected