| 4717 | } |
| 4718 | |
| 4719 | cmake* cmLocalGenerator::GetCMakeInstance() const |
| 4720 | { |
| 4721 | return this->GlobalGenerator->GetCMakeInstance(); |
| 4722 | } |
| 4723 | |
| 4724 | std::string const& cmLocalGenerator::GetSourceDirectory() const |
| 4725 | { |
no outgoing calls
no test coverage detected