Set the file comparison object */
| 73 | |
| 74 | /** Set the file comparison object */ |
| 75 | void SetFileTimeCache(cmFileTimeCache* fc) { this->FileTimeCache = fc; } |
| 76 | |
| 77 | protected: |
| 78 | // Write dependencies for the target file to the given stream. |
no outgoing calls
no test coverage detected