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