| 1248 | } |
| 1249 | |
| 1250 | std::string cmGlobalGenerator::GetSafeGlobalSetting( |
| 1251 | std::string const& name) const |
| 1252 | { |
| 1253 | assert(!this->Makefiles.empty()); |
| 1254 | return this->Makefiles[0]->GetDefinition(name); |
| 1255 | } |
| 1256 | |
| 1257 | bool cmGlobalGenerator::IgnoreFile(cm::string_view ext) const |
| 1258 | { |
no test coverage detected