| 871 | } |
| 872 | |
| 873 | cmStateSnapshot cmLocalGenerator::GetStateSnapshot() const |
| 874 | { |
| 875 | return this->Makefile->GetStateSnapshot(); |
| 876 | } |
| 877 | |
| 878 | std::string cmLocalGenerator::GetRuleLauncher(cmGeneratorTarget* target, |
| 879 | std::string const& prop, |
no outgoing calls
no test coverage detected