mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
ENH: Make AddCMakePath public
This commit is contained in:
+5
-5
@@ -256,6 +256,11 @@ class cmake
|
||||
bool HasWrittenFile(const char* file);
|
||||
void CleanupWrittenFiles();
|
||||
|
||||
/**
|
||||
* Generate CMAKE_ROOT and CMAKE_COMMAND cache entries
|
||||
*/
|
||||
int AddCMakePaths(const char *arg0);
|
||||
|
||||
protected:
|
||||
typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)();
|
||||
typedef std::map<cmStdString, CreateGeneratorFunctionType> RegisteredGeneratorsMap;
|
||||
@@ -284,11 +289,6 @@ protected:
|
||||
*/
|
||||
int CheckBuildSystem();
|
||||
|
||||
/**
|
||||
* Generate CMAKE_ROOT and CMAKE_COMMAND cache entries
|
||||
*/
|
||||
int AddCMakePaths(const char *arg0);
|
||||
|
||||
void SetDirectoriesFromFile(const char* arg);
|
||||
|
||||
cmVariableWatch* m_VariableWatch;
|
||||
|
||||
Reference in New Issue
Block a user