diff options
Diffstat (limited to 'Source/cmMakeDepend.h')
-rw-r--r-- | Source/cmMakeDepend.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/cmMakeDepend.h b/Source/cmMakeDepend.h index 041fc18..5965889 100644 --- a/Source/cmMakeDepend.h +++ b/Source/cmMakeDepend.h @@ -131,6 +131,16 @@ private: */ void Depend(cmDependInformation* info); + /** + * Compute the depend information for this class. + */ + void DependWalk(cmDependInformation* info, const char* file); + + /** + * Add a dependency. Possibly walk it for more dependencies. + */ + void AddDependency(cmDependInformation* info, const char* file); + /** * Find the full path name for the given file name. * This uses the include directories. |