Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetEscapeAllowMakeVars
Method
SetEscapeAllowMakeVars
Source/cmCustomCommand.cxx:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void cmCustomCommand::SetEscapeAllowMakeVars(bool b)
118
{
119
this->EscapeAllowMakeVars = b;
120
}
121
122
cmListFileBacktrace const& cmCustomCommand::GetBacktrace() const
123
{
Callers
4
MaybeCreateImplibDir
Method · 0.80
AddCustomCommand
Function · 0.80
AddCustomCommandToTarget
Function · 0.80
InitAutogenTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected