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

Method GetTargetVersion

Source/cmGeneratorTarget.cxx:4235–4239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4233}
4234
4235void cmGeneratorTarget::GetTargetVersion(int& major, int& minor) const
4236{
4237 int patch;
4238 this->GetTargetVersion("VERSION", major, minor, patch);
4239}
4240
4241void cmGeneratorTarget::GetTargetVersionFallback(
4242 std::string const& property, std::string const& fallback_property,

Callers 7

WriteExecutableRuleMethod · 0.80
WriteLibraryRulesMethod · 0.80
WriteLinkRuleMethod · 0.80
ComputeLinkOptionsMethod · 0.80

Calls 3

GetTypeMethod · 0.95
GetPropertyMethod · 0.95
c_strMethod · 0.80

Tested by

no test coverage detected