Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void cmCustomCommand::SetByproducts(std::vector<std::string> byproducts)
33
{
34
this->Byproducts = std::move(byproducts);
35
}
36
37
std::vector<std::string> const& cmCustomCommand::GetDepends() const
38
{
Callers
6
cmAddCustomCommandCommand
Function · 0.80
CopyPchCompilePdb
Method · 0.80
InitAutogenTarget
Method · 0.80
InitRccTargets
Method · 0.80
AddCheckTarget
Method · 0.80
cmAddCustomTargetCommand
Function · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected