| 152 | } |
| 153 | |
| 154 | bool cmNinjaTargetGenerator::CompileWithDefines(std::string const& lang) const |
| 155 | { |
| 156 | return this->Makefile->IsOn( |
| 157 | cmStrCat("CMAKE_", lang, "_COMPILE_WITH_DEFINES")); |
| 158 | } |
| 159 | |
| 160 | std::string cmNinjaTargetGenerator::LanguageDyndepRule( |
| 161 | std::string const& lang, std::string const& config) const |
no test coverage detected