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

Method SetEscapeOldStyle

Source/cmCustomCommand.cxx:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void cmCustomCommand::SetEscapeOldStyle(bool b)
108{
109 this->EscapeOldStyle = b;
110}
111
112bool cmCustomCommand::GetEscapeAllowMakeVars() const
113{

Callers 11

MaybeCreateImplibDirMethod · 0.80
AddCheckTargetMethod · 0.80
AddAllTargetMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
AddCheckTargetMethod · 0.80
CreateVCProjBuildRuleMethod · 0.80
AddExtraIDETargetsMethod · 0.80
cmAddCustomTargetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected