| 1794 | } |
| 1795 | |
| 1796 | cmGeneratorTarget::Names cmNinjaNormalTargetGenerator::TargetNames( |
| 1797 | std::string const& config) const |
| 1798 | { |
| 1799 | if (this->GeneratorTarget->GetType() == cmStateEnums::EXECUTABLE) { |
| 1800 | return this->GeneratorTarget->GetExecutableNames(config); |
| 1801 | } |
| 1802 | return this->GeneratorTarget->GetLibraryNames(config); |
| 1803 | } |
| 1804 | |
| 1805 | std::string cmNinjaNormalTargetGenerator::TargetLinkLanguage( |
| 1806 | std::string const& config) const |
no test coverage detected