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

Method SetCommandLines

Source/cmCustomCommand.cxx:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void cmCustomCommand::SetCommandLines(cmCustomCommandLines commandLines)
76{
77 this->CommandLines = std::move(commandLines);
78}
79
80char const* cmCustomCommand::GetComment() const
81{

Callers 15

MaybeCreateImplibDirMethod · 0.80
AddExtraTargetsMethod · 0.80
CreateCustomCommandsMethod · 0.80
operator()Method · 0.80
CreateGlobalTargetMethod · 0.80
cmQTWrapUICommandFunction · 0.80
CopyPchCompilePdbMethod · 0.80
cmFLTKWrapUICommandFunction · 0.80
AddCheckTargetMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected