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

Method GetTarget

Source/cmXCodeObject.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 std::string const& GetId() const { return this->Id; }
117 void SetId(std::string const& id) { this->Id = id; }
118 cmGeneratorTarget* GetTarget() const { return this->Target; }
119 void SetTarget(cmGeneratorTarget* t) { this->Target = t; }
120 std::string const& GetComment() const { return this->Comment; }
121 bool HasComment() const { return (!this->Comment.empty()); }

Callers 15

ComputeLinkLibrariesMethod · 0.45
operator()Method · 0.45
AddDependTargetMethod · 0.45
AddEmbeddedObjectsMethod · 0.45
AppendCustomCommandMethod · 0.45
GenerateCommandsMethod · 0.45
MakeCustomLauncherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected