diff options
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 |