Get the variable watch object
| 413 | #if !defined(CMAKE_BOOTSTRAP) |
| 414 | //! Get the variable watch object |
| 415 | cmVariableWatch* GetVariableWatch() { return this->VariableWatch.get(); } |
| 416 | #endif |
| 417 | |
| 418 | std::vector<cmDocumentationEntry> GetGeneratorsDocumentation(); |
no test coverage detected