diff options
author | Morné Chamberlain <thefreeman.za@gmail.com> | 2012-11-11 20:10:21 (GMT) |
---|---|---|
committer | Morné Chamberlain <thefreeman.za@gmail.com> | 2012-11-11 20:10:21 (GMT) |
commit | 44c2eee8967860499a8b86baccd188799ad25966 (patch) | |
tree | 0062a2a988958e01fc1ba2f668c54686d2284eee /Source/cmDepends.h | |
parent | 304b885d365b5814838e3c595bc17342553d3b68 (diff) | |
parent | a23ac6bec6319de6c444fa29bb330bee5ca6cc5a (diff) | |
download | CMake-44c2eee8967860499a8b86baccd188799ad25966.zip CMake-44c2eee8967860499a8b86baccd188799ad25966.tar.gz CMake-44c2eee8967860499a8b86baccd188799ad25966.tar.bz2 |
Merge branch 'master' into sublime-text-2-generator
Diffstat (limited to 'Source/cmDepends.h')
-rw-r--r-- | Source/cmDepends.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmDepends.h b/Source/cmDepends.h index f7dc881..d787edd 100644 --- a/Source/cmDepends.h +++ b/Source/cmDepends.h @@ -76,8 +76,10 @@ protected: // Write dependencies for the target file to the given stream. // Return true for success and false for failure. - virtual bool WriteDependencies(const char *src, const char* obj, - std::ostream& makeDepends, std::ostream& internalDepends); + virtual bool WriteDependencies(const std::set<std::string>& sources, + const std::string& obj, + std::ostream& makeDepends, + std::ostream& internalDepends); // Check dependencies for the target file in the given stream. // Return false if dependencies must be regenerated and true |