diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-10-26 19:42:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-10-26 19:42:02 (GMT) |
commit | 1c5c899fd7b9e0f5214f0e30b5dc64fa2508a27c (patch) | |
tree | 18146e750e78da7a94d3783248ac3cd61c1f240a /Source/cmMakefile.h | |
parent | f586f7df8d9ab5a432107e053452864598c6c0a7 (diff) | |
download | CMake-1c5c899fd7b9e0f5214f0e30b5dc64fa2508a27c.zip CMake-1c5c899fd7b9e0f5214f0e30b5dc64fa2508a27c.tar.gz CMake-1c5c899fd7b9e0f5214f0e30b5dc64fa2508a27c.tar.bz2 |
add dependency for configure files and use short path in WIN32 cmake test
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 8c0403d..532fadd 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -493,6 +493,10 @@ public: const std::vector<std::string>& GetListFiles() const { return m_ListFiles; } + ///! When the file changes cmake will be re-run from the build system. + void AddCMakeDependFile(const char* file) + { m_ListFiles.push_back(file);} + /** * Dump documentation to a file. If 0 is returned, the * operation failed. |