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

Method GetAllConfigCompileLanguages

Source/cmGeneratorTarget_Sources.cxx:527–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527std::set<std::string> cmGeneratorTarget::GetAllConfigCompileLanguages() const
528{
529 if (this->AllConfigCompileLanguages.empty()) {
530 this->ComputeAllConfigCompileLanguages();
531 }
532 return this->AllConfigCompileLanguages;
533}

Calls 2

emptyMethod · 0.45

Tested by

no test coverage detected