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

Method SetTarget

Source/cmCustomCommand.cxx:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void cmCustomCommand::SetTarget(std::string const& target)
237{
238 this->Target = target;
239}

Callers 3

CreateUtilityTargetMethod · 0.45
CreateXCodeTargetMethod · 0.45
AddCustomCommandToTargetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected