diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-02-27 15:10:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-02-27 15:10:10 (GMT) |
commit | 31a700188b6864341fdcbd22cd4181dbe6ace671 (patch) | |
tree | d1fafeb509092de727a1b977ffb9071ea1d966a8 /Source/cmake.h | |
parent | fa9f03779f5cbfcd6ee264fcf6989e571779a156 (diff) | |
download | CMake-31a700188b6864341fdcbd22cd4181dbe6ace671.zip CMake-31a700188b6864341fdcbd22cd4181dbe6ace671.tar.gz CMake-31a700188b6864341fdcbd22cd4181dbe6ace671.tar.bz2 |
ENH: added --system-information option to CMake
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 */ |