MCPcopy Create free account
hub / github.com/Kitware/CMake / SetDepends

Method SetDepends

Source/cmCustomCommand.cxx:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void cmCustomCommand::SetDepends(std::vector<std::string> depends)
43{
44 if (this->HasMainDependency_) {
45 depends.insert(depends.begin(), std::move(this->Depends[0]));
46 }
47
48 Depends = std::move(depends);
49}
50
51std::string const& cmCustomCommand::GetMainDependency() const
52{

Callers 11

operator()Method · 0.80
cmQTWrapUICommandFunction · 0.80
cmFLTKWrapUICommandFunction · 0.80
AddCheckTargetMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
AddCheckTargetMethod · 0.80
CreateVCProjBuildRuleMethod · 0.80
cmAddCustomTargetCommandFunction · 0.80
cmQTWrapCPPCommandFunction · 0.80

Calls 3

moveFunction · 0.85
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected