Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AppendDepends
Method
AppendDepends
Source/cmCustomCommand.cxx:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void cmCustomCommand::AppendDepends(std::vector<std::string> const& depends)
98
{
99
cm::append(this->Depends, depends);
100
}
101
102
bool cmCustomCommand::GetEscapeOldStyle() const
103
{
Callers
2
CopyPchCompilePdb
Method · 0.80
AppendCustomCommandToOutput
Function · 0.80
Calls
1
append
Function · 0.85
Tested by
no test coverage detected