Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetCommandLines
Method
SetCommandLines
Source/cmCustomCommand.cxx:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void cmCustomCommand::SetCommandLines(cmCustomCommandLines commandLines)
76
{
77
this->CommandLines = std::move(commandLines);
78
}
79
80
char const* cmCustomCommand::GetComment() const
81
{
Callers
15
MaybeCreateImplibDir
Method · 0.80
AddExtraTargets
Method · 0.80
CreateCustomCommands
Method · 0.80
operator()
Method · 0.80
CreateGlobalTarget
Method · 0.80
cmAddCustomCommandCommand
Function · 0.80
cmQTWrapUICommand
Function · 0.80
CopyPchCompilePdb
Method · 0.80
cmFLTKWrapUICommand
Function · 0.80
AddCheckTarget
Method · 0.80
InitAutogenTarget
Method · 0.80
InitRccTargets
Method · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected