Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetOutputs
Method
SetOutputs
Source/cmCustomCommand.cxx:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void cmCustomCommand::SetOutputs(std::vector<std::string> outputs)
18
{
19
this->Outputs = std::move(outputs);
20
}
21
22
void cmCustomCommand::SetOutputs(std::string output)
23
{
Callers
14
operator()
Method · 0.80
cmAddCustomCommandCommand
Function · 0.80
cmQTWrapUICommand
Function · 0.80
CopyPchCompilePdb
Method · 0.80
AddUtilityCommand
Function · 0.80
cmFLTKWrapUICommand
Function · 0.80
AddCheckTarget
Method · 0.80
InitAutogenTarget
Method · 0.80
InitRccTargets
Method · 0.80
AddCheckTarget
Method · 0.80
FixGlobalTargets
Method · 0.80
CreateVCProjBuildRule
Method · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected