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

Method GetType

Source/cmGeneratorTarget.cxx:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178cmStateEnums::TargetType cmGeneratorTarget::GetType() const
179{
180 return this->Target->GetType();
181}
182
183std::string const& cmGeneratorTarget::GetName() const
184{

Calls

no outgoing calls

Tested by

no test coverage detected