When the file changes cmake will be re-run from the build system.
| 665 | } |
| 666 | //! When the file changes cmake will be re-run from the build system. |
| 667 | void AddCMakeDependFile(std::string const& file) |
| 668 | { |
| 669 | this->ListFiles.push_back(file); |
| 670 | } |
| 671 | void AddCMakeDependFilesFromUser(); |
| 672 | |
| 673 | std::string FormatListFileStack() const; |
no test coverage detected