summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-02-27 10:10:10 -0500
committerKen Martin <ken.martin@kitware.com>2007-02-27 10:10:10 -0500
commit31a700188b6864341fdcbd22cd4181dbe6ace671 (patch)
treed1fafeb509092de727a1b977ffb9071ea1d966a8 /Source/cmake.h
parentfa9f03779f5cbfcd6ee264fcf6989e571779a156 (diff)
downloadcmake-31a700188b6864341fdcbd22cd4181dbe6ace671.tar.gz
ENH: added --system-information option to CMake
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index c32e3f1ea0..2262ba4d81 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
*/