| 952 | } |
| 953 | |
| 954 | cmValue cmGeneratorTarget::GetLanguageExtensions(std::string const& lang) const |
| 955 | { |
| 956 | return this->GetPropertyWithPairedLanguageSupport(lang, "_EXTENSIONS"); |
| 957 | } |
| 958 | |
| 959 | bool cmGeneratorTarget::GetLanguageStandardRequired( |
| 960 | std::string const& lang) const |
no test coverage detected