| 3368 | |
| 3369 | #ifndef CMAKE_BOOTSTRAP |
| 3370 | cmVariableWatch* cmMakefile::GetVariableWatch() const |
| 3371 | { |
| 3372 | if (this->GetCMakeInstance()) { |
| 3373 | return this->GetCMakeInstance()->GetVariableWatch(); |
| 3374 | } |
| 3375 | return nullptr; |
| 3376 | } |
| 3377 | #endif |
| 3378 | |
| 3379 | cmState* cmMakefile::GetState() const |
no test coverage detected