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

Method GetInstallFilename

Source/cmInstallTargetGenerator.cxx:483–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483std::string cmInstallTargetGenerator::GetInstallFilename(
484 std::string const& config) const
485{
486 NameType nameType = this->ImportLibrary ? NameImplib : NameNormal;
487 return cmInstallTargetGenerator::GetInstallFilename(this->Target, config,
488 nameType);
489}
490
491std::string cmInstallTargetGenerator::GetInstallFilename(
492 cmGeneratorTarget const* target, std::string const& config,

Callers 1

Calls 4

GetExecutableNamesMethod · 0.80
GetImplibGNUtoMSMethod · 0.80
GetLibraryNamesMethod · 0.80
GetTypeMethod · 0.45

Tested by

no test coverage detected