| 6473 | } |
| 6474 | |
| 6475 | std::string cmGeneratorTarget::GetSwiftModuleName() const |
| 6476 | { |
| 6477 | return this->GetPropertyOrDefault("Swift_MODULE_NAME", this->GetName()); |
| 6478 | } |
| 6479 | |
| 6480 | std::string cmGeneratorTarget::GetSwiftModuleFileName() const |
| 6481 | { |
no test coverage detected