| 3550 | } |
| 3551 | |
| 3552 | bool cmGlobalGenerator::ShouldStripResourcePath(cmMakefile* mf) const |
| 3553 | { |
| 3554 | return mf->PlatformIsAppleEmbedded(); |
| 3555 | } |
| 3556 | |
| 3557 | void cmGlobalGenerator::AppendDirectoryForConfig(std::string const& /*unused*/, |
| 3558 | std::string const& /*unused*/, |
no test coverage detected