Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AppendImplicitDepends
Method
AppendImplicitDepends
Source/cmCustomCommand.cxx:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void cmCustomCommand::AppendImplicitDepends(cmImplicitDependsList const& l)
143
{
144
cm::append(this->ImplicitDepends, l);
145
}
146
147
bool cmCustomCommand::GetUsesTerminal() const
148
{
Callers
1
AppendCustomCommandToOutput
Function · 0.80
Calls
1
append
Function · 0.85
Tested by
no test coverage detected