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

Method SetComment

Source/cmCustomCommand.cxx:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void cmCustomCommand::SetComment(char const* comment)
87{
88 this->Comment = comment ? comment : "";
89 this->HaveComment = (comment != nullptr);
90}
91
92void cmCustomCommand::AppendCommands(cmCustomCommandLines const& commandLines)
93{

Callers 15

AddExtraTargetsMethod · 0.45
CreateXCodeTargetMethod · 0.45
CreateCustomCommandsMethod · 0.45
CreateUtilityTargetMethod · 0.45
AddConfigurationsMethod · 0.45
AddDependTargetMethod · 0.45
AddEmbeddedObjectsMethod · 0.45
CreateXCodeObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected