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

Method GetLanguageEnabled

Source/cmState.cxx:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool cmState::GetLanguageEnabled(std::string const& l) const
369{
370 return std::binary_search(this->EnabledLanguages.begin(),
371 this->EnabledLanguages.end(), l);
372}
373
374std::vector<std::string> cmState::GetEnabledLanguages() const
375{

Callers 10

requireDeviceLinkingFunction · 0.45
CreateXCodeObjectsMethod · 0.45
HaveRequiredLanguagesMethod · 0.45
HaveCxxModuleSupportMethod · 0.45
GetCBCompilerIdMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected