diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index c32e3f1..2262ba4 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -189,6 +189,11 @@ class cmake */ static int ExecuteCMakeCommand(std::vector<std::string>&); + /** + * Get the system information and write it to the file specified + */ + int GetSystemInformation(std::vector<std::string>&); + /** * Add a command to this cmake instance */ |