| 146 | } |
| 147 | |
| 148 | bool cmNinjaTargetGenerator::NeedExplicitPreprocessing( |
| 149 | std::string const& lang) const |
| 150 | { |
| 151 | return lang == "Fortran" || lang == "Swift"; |
| 152 | } |
| 153 | |
| 154 | bool cmNinjaTargetGenerator::CompileWithDefines(std::string const& lang) const |
| 155 | { |
no outgoing calls
no test coverage detected