MCPcopy 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
17void cmCustomCommand::SetOutputs(std::vector<std::string> outputs)
18{
19 this->Outputs = std::move(outputs);
20}
21
22void cmCustomCommand::SetOutputs(std::string output)
23{

Callers 14

operator()Method · 0.80
cmQTWrapUICommandFunction · 0.80
CopyPchCompilePdbMethod · 0.80
AddUtilityCommandFunction · 0.80
cmFLTKWrapUICommandFunction · 0.80
AddCheckTargetMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
AddCheckTargetMethod · 0.80
FixGlobalTargetsMethod · 0.80
CreateVCProjBuildRuleMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected