diff options
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index e7084a4..e9fae38 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -42,13 +42,15 @@ public: protected: void PrintFindStuff(); void ExpandPaths(std::vector<std::string> userPaths); + // add to the SearchPaths + void AddPaths(std::vector<std::string>& paths); void AddFrameWorkPaths(); void AddAppBundlePaths(); void AddEnvironmentVairables(); void AddCMakeVairables(); void AddSystemEnvironmentVairables(); void AddCMakeSystemVariables(); - void ExpandRegistryAndCleanPath(); + void ExpandRegistryAndCleanPath(std::vector<std::string>& paths); // see if the VariableName is already set in the cache, // also copy the documentation from the cache to VariableDocumentation // if it has documentation in the cache |