diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index ce6b45f..3a35191 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -19,6 +19,9 @@ #include "cmLocalGenerator.h" +// for cmDepends::DependencyVector +#include "cmDepends.h" + class cmCustomCommand; class cmDependInformation; class cmDepends; @@ -343,7 +346,8 @@ protected: cmTarget& target, const char* filename =0); // Helper methods for dependeny updates. - bool ScanDependencies(const char* targetDir); + bool ScanDependencies(const char* targetDir, + std::map<std::string, cmDepends::DependencyVector>& validDeps); void CheckMultipleOutputs(bool verbose); private: |