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

Method AddGeneratorAction

Source/cmMakefile.cxx:980–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978}
979
980void cmMakefile::AddGeneratorAction(GeneratorAction&& action)
981{
982 assert(!this->GeneratorActionsInvoked);
983 this->GeneratorActions.emplace_back(std::move(action), this->Backtrace);
984}
985
986void cmMakefile::GeneratorAction::operator()(cmLocalGenerator& lg,
987 cmListFileBacktrace const& lfbt,

Callers 9

AddUtilityCommandMethod · 0.95
cmInstallProgramsCommandFunction · 0.45
cmVariableWatchCommandFunction · 0.45
cmInstallFilesCommandFunction · 0.45
cmFLTKWrapUICommandFunction · 0.45

Calls 2

moveFunction · 0.85
emplace_backMethod · 0.80

Tested by

no test coverage detected