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

Method SetUsesTerminal

Source/cmCustomCommand.cxx:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void cmCustomCommand::SetUsesTerminal(bool b)
153{
154 this->UsesTerminal = b;
155}
156
157void cmCustomCommand::SetRole(std::string const& role)
158{

Callers 4

CreateGlobalTargetMethod · 0.80
CreateVCProjBuildRuleMethod · 0.80
cmAddCustomTargetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected