| 54 | } |
| 55 | |
| 56 | std::vector<std::string> |
| 57 | cmExternalMakefileProjectGeneratorFactory::GetSupportedGlobalGenerators() const |
| 58 | { |
| 59 | return this->SupportedGlobalGenerators; |
| 60 | } |
| 61 | |
| 62 | void cmExternalMakefileProjectGeneratorFactory::AddSupportedGlobalGenerator( |
| 63 | std::string const& base) |
no outgoing calls
no test coverage detected