| 6519 | } |
| 6520 | |
| 6521 | std::string cmGeneratorTarget::GetSwiftModulePath( |
| 6522 | std::string const& config) const |
| 6523 | { |
| 6524 | return cmStrCat(this->GetSwiftModuleDirectory(config), '/', |
| 6525 | this->GetSwiftModuleFileName()); |
| 6526 | } |
| 6527 | |
| 6528 | std::string cmGeneratorTarget::GetPropertyOrDefault( |
| 6529 | std::string const& property, std::string defaultValue) const |
no test coverage detected