summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h
index 687131d..f7167e8 100644
--- a/Source/cmDependsC.h
+++ b/Source/cmDependsC.h
@@ -53,6 +53,9 @@ protected:
bool FileExistsOrIsGenerated(const std::string& fname,
std::set<cmStdString>& scanned,
std::set<cmStdString>& dependencies);
+ bool FileIsGenerated(const std::string& fname,
+ std::set<cmStdString>& scanned,
+ std::set<cmStdString>& dependencies);
// The include file search path.
std::vector<std::string> const* m_IncludePath;