summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-05 20:36:15 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-05 20:36:15 (GMT)
commit1e077d436e4fe2642e85bdb166b2983610d8d308 (patch)
tree192231528ee9f516551b69546ceff7ffc35fb13f /Source/cmake.h
parent8830b45b886a92614fef2fda7c86eeefe61b3d2f (diff)
downloadCMake-1e077d436e4fe2642e85bdb166b2983610d8d308.zip
CMake-1e077d436e4fe2642e85bdb166b2983610d8d308.tar.gz
CMake-1e077d436e4fe2642e85bdb166b2983610d8d308.tar.bz2
ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt file as an argument. Its settings will be loaded.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index fc7b4ac..5022518 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -273,6 +273,8 @@ protected:
*/
int AddCMakePaths(const char *arg0);
+ void SetDirectoriesFromFile(const char* arg);
+
cmVariableWatch* m_VariableWatch;
private: