| 573 | virtual bool IsNinja() const { return false; } |
| 574 | |
| 575 | virtual bool IsFastbuild() const { return false; } |
| 576 | |
| 577 | /** Return true if we know the exact location of object files for the given |
| 578 | cmTarget. If false, store the reason in the given string. This is |
no outgoing calls
no test coverage detected