diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-06-03 17:08:52 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-06-03 17:08:52 (GMT) |
commit | 350f09ae6d267806051873027d47af64dab81547 (patch) | |
tree | c95550ea1645b93a2445989855d2be22da11e0de /Source/cmake.h | |
parent | 5a286f1c90d7dc04188bd3b2f0aa0b9320462f89 (diff) | |
download | CMake-350f09ae6d267806051873027d47af64dab81547.zip CMake-350f09ae6d267806051873027d47af64dab81547.tar.gz CMake-350f09ae6d267806051873027d47af64dab81547.tar.bz2 |
removed ccommand use cmake now
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 53203e3..86c9f71 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -41,6 +41,12 @@ class cmake */ int Generate(const std::vector<std::string>&, bool buildMakefiles = true); + /** + * Execute commands during the build process. Supports options such + * as echo, remove file etc. + */ + static int CMakeCommand(std::vector<std::string>&); + ///! Parse command line arguments void SetArgs(cmMakefile& builder, const std::vector<std::string>&); ///! Parse command line arguments that might set cache values |