| 957 | } |
| 958 | |
| 959 | bool cmGeneratorTarget::GetLanguageStandardRequired( |
| 960 | std::string const& lang) const |
| 961 | { |
| 962 | return this->GetPropertyWithPairedLanguageSupport(lang, "_STANDARD_REQUIRED") |
| 963 | .IsOn(); |
| 964 | } |
| 965 | |
| 966 | void cmGeneratorTarget::GetModuleDefinitionSources( |
| 967 | std::vector<cmSourceFile const*>& data, std::string const& config) const |
no test coverage detected