Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
void cmCustomCommand::SetUsesTerminal(bool b)
153
{
154
this->UsesTerminal = b;
155
}
156
157
void cmCustomCommand::SetRole(std::string const& role)
158
{
Callers
4
CreateGlobalTarget
Method · 0.80
cmAddCustomCommandCommand
Function · 0.80
CreateVCProjBuildRule
Method · 0.80
cmAddCustomTargetCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected