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

Method GetEnabledLanguages

Source/cmState.cxx:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374std::vector<std::string> cmState::GetEnabledLanguages() const
375{
376 return this->EnabledLanguages;
377}
378
379void cmState::SetEnabledLanguages(std::vector<std::string> const& langs)
380{

Callers 9

GenerateMethod · 0.45
cmLocalGeneratorMethod · 0.45
AddISPCDependenciesMethod · 0.45
TryCompileCodeMethod · 0.45
DumpToolchainsMethod · 0.45
CreateOutputFileMethod · 0.45
GenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected