Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetEscapeAllowMakeVars
Method
GetEscapeAllowMakeVars
Source/cmCustomCommand.cxx:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
bool cmCustomCommand::GetEscapeAllowMakeVars() const
113
{
114
return this->EscapeAllowMakeVars;
115
}
116
117
void cmCustomCommand::SetEscapeAllowMakeVars(bool b)
118
{
Callers
3
CreateCustomRulesMakefile
Method · 0.80
WriteCustomCommandsHelper
Method · 0.80
cmCustomCommandGenerator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected