diff options
Diffstat (limited to 'Source/cmDepends.h')
-rw-r--r-- | Source/cmDepends.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmDepends.h b/Source/cmDepends.h index 4f7a02b..b9ebdf9 100644 --- a/Source/cmDepends.h +++ b/Source/cmDepends.h @@ -85,6 +85,10 @@ protected: // otherwise. virtual bool CheckDependencies(std::istream& internalDepends); + // Finalize the dependency information for the target. + virtual bool Finalize(std::ostream& makeDepends, + std::ostream& internalDepends); + // The directory in which the build rule for the target file is executed. std::string CompileDirectory; |