MCPcopy Create free account
hub / github.com/Kitware/CMake / GetLanguageExtensions

Method GetLanguageExtensions

Source/cmGeneratorTarget.cxx:954–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetCompileOptionDefMethod · 0.80
GetEffectiveStandardMethod · 0.80

Tested by

no test coverage detected