| 43 | } |
| 44 | |
| 45 | void cmLocalXCodeGenerator::Generate() |
| 46 | { |
| 47 | cmLocalGenerator::Generate(); |
| 48 | |
| 49 | for (auto const& target : this->GetGeneratorTargets()) { |
| 50 | target->HasMacOSXRpathInstallNameDir(""); |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | void cmLocalXCodeGenerator::AddGeneratorSpecificInstallSetup(std::ostream& os) |
| 55 | { |
nothing calls this directly
no test coverage detected