summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-17 15:58:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-17 15:58:37 (GMT)
commitf44fedd3e9e249d1587b12b01e50725089557c36 (patch)
tree4244f4fd4e67f6682f8e14e459d59d36ffdfabc2 /Source/cmSystemTools.h
parentc499c0d2735b972e688caa1baa76ca7eea99f442 (diff)
downloadCMake-f44fedd3e9e249d1587b12b01e50725089557c36.zip
CMake-f44fedd3e9e249d1587b12b01e50725089557c36.tar.gz
CMake-f44fedd3e9e249d1587b12b01e50725089557c36.tar.bz2
ENH: Add access for all environment variables
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index fb40e54..c4cb4c2 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -294,6 +294,7 @@ public:
/** put a string into the environment
of the form var=value */
static bool PutEnv(const char* value);
+ static std::vector<cmStdString> GetEnvironmentVariables();
/** Setup the environment to enable VS 8 IDE output. */
static void EnableVSConsoleOutput();