diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-17 19:36:08 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-17 19:36:08 (GMT) |
commit | 957ddc419561b7f1e51efb7b489ffd412aeea847 (patch) | |
tree | 2c61a65439608516c906fdb68cda40c3ef4bbfb6 /Source/cmake.h | |
parent | 576041d492defe0fe210ecae624b9e4d764c813d (diff) | |
download | CMake-957ddc419561b7f1e51efb7b489ffd412aeea847.zip CMake-957ddc419561b7f1e51efb7b489ffd412aeea847.tar.gz CMake-957ddc419561b7f1e51efb7b489ffd412aeea847.tar.bz2 |
ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup can call it
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index ccca7bd..7f13f74 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -153,6 +153,7 @@ class cmake * files for the tree. It will not produce any actual Makefiles, or * workspaces. Generate does that. */ int LoadCache(); + void PreLoadCMakeFiles(); ///! Create a GlobalGenerator cmGlobalGenerator* CreateGlobalGenerator(const char* name); |