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

Method OnExecuteCommand

Source/cmMakefile.cxx:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531};
532
533void cmMakefile::OnExecuteCommand(std::function<void()> callback)
534{
535 this->ExecuteCommandCallback = std::move(callback);
536}
537
538bool cmMakefile::ExecuteCommand(cmListFileFunction const& lff,
539 cmExecutionStatus& status,

Callers 1

ReadInScriptMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by 1

ReadInScriptMethod · 0.64