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

Method PostReplacementTweaks

Source/cmInstallTargetGenerator.cxx:565–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void cmInstallTargetGenerator::PostReplacementTweaks(std::ostream& os,
566 Indent indent,
567 std::string const& config,
568 std::string const& file)
569{
570 this->AddInstallNamePatchRule(os, indent, config, file);
571 this->AddChrpathPatchRule(os, indent, config, file);
572 this->AddUniversalInstallRule(os, indent, file);
573 this->AddRanlibRule(os, indent, file);
574 this->AddStripRule(os, indent, file);
575}
576
577void cmInstallTargetGenerator::AddInstallNamePatchRule(
578 std::ostream& os, Indent indent, std::string const& config,

Callers 1

Calls 5

AddChrpathPatchRuleMethod · 0.95
AddRanlibRuleMethod · 0.95
AddStripRuleMethod · 0.95

Tested by

no test coverage detected