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

Method SetByproducts

Source/cmCustomCommand.cxx:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void cmCustomCommand::SetByproducts(std::vector<std::string> byproducts)
33{
34 this->Byproducts = std::move(byproducts);
35}
36
37std::vector<std::string> const& cmCustomCommand::GetDepends() const
38{

Callers 6

CopyPchCompilePdbMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
AddCheckTargetMethod · 0.80
cmAddCustomTargetCommandFunction · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected