| 901 | } |
| 902 | |
| 903 | std::string cmLocalUnixMakefileGenerator3::GetRelativeTargetDirectory( |
| 904 | cmGeneratorTarget const* target) const |
| 905 | { |
| 906 | return this->MaybeRelativeToTopBinDir(target->GetSupportDirectory()); |
| 907 | } |
| 908 | |
| 909 | void cmLocalUnixMakefileGenerator3::AppendFlags( |
| 910 | std::string& flags, std::string const& newFlags) const |
no test coverage detected