Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void cmCustomCommand::SetEscapeOldStyle(bool b)
108
{
109
this->EscapeOldStyle = b;
110
}
111
112
bool cmCustomCommand::GetEscapeAllowMakeVars() const
113
{
Callers
11
MaybeCreateImplibDir
Method · 0.80
cmAddCustomCommandCommand
Function · 0.80
AddCheckTarget
Method · 0.80
AddAllTarget
Method · 0.80
InitAutogenTarget
Method · 0.80
InitRccTargets
Method · 0.80
AddCheckTarget
Method · 0.80
CreateVCProjBuildRule
Method · 0.80
AddExtraIDETargets
Method · 0.80
cmAddCustomTargetCommand
Function · 0.80
GetOrCreateGlobalTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected