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

Method GetImportedLibName

Source/cmGeneratorTarget.cxx:3540–3548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3538}
3539
3540std::string cmGeneratorTarget::GetImportedLibName(
3541 std::string const& config) const
3542{
3543 if (cmGeneratorTarget::ImportInfo const* info =
3544 this->GetImportInfo(config)) {
3545 return info->LibName;
3546 }
3547 return std::string();
3548}
3549
3550std::string cmGeneratorTarget::GetFullPath(std::string const& config,
3551 cmStateEnums::ArtifactType artifact,

Callers 1

AddItemMethod · 0.80

Calls 1

GetImportInfoMethod · 0.95

Tested by

no test coverage detected