MCPcopy 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
97void cmCustomCommand::AppendDepends(std::vector<std::string> const& depends)
98{
99 cm::append(this->Depends, depends);
100}
101
102bool cmCustomCommand::GetEscapeOldStyle() const
103{

Callers 2

CopyPchCompilePdbMethod · 0.80

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected