| 3831 | } |
| 3832 | |
| 3833 | void cmake::IssueMessage(MessageType t, std::string const& text, |
| 3834 | cmListFileBacktrace const& backtrace) const |
| 3835 | { |
| 3836 | this->Messenger->IssueMessage(t, text, backtrace); |
| 3837 | } |
| 3838 | |
| 3839 | std::vector<std::string> cmake::GetDebugConfigs() |
| 3840 | { |
no outgoing calls