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

Method GetTargetObjectNames

Source/cmGeneratorTarget.cxx:4080–4088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4078}
4079
4080void cmGeneratorTarget::GetTargetObjectNames(
4081 std::string const& config, std::vector<std::string>& objects) const
4082{
4083 this->GetTargetObjectLocations(
4084 config,
4085 [&objects](cmObjectLocation const& buildLoc, cmObjectLocation const&) {
4086 objects.push_back(buildLoc.GetPath());
4087 });
4088}
4089
4090void cmGeneratorTarget::GetTargetObjectLocations(
4091 std::string const& config,

Callers 2

EvaluateMethod · 0.80

Calls 3

push_backMethod · 0.80
GetPathMethod · 0.80

Tested by

no test coverage detected