diff options
author | Brad King <brad.king@kitware.com> | 2005-01-17 20:09:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-01-17 20:09:32 (GMT) |
commit | 64f4880cb56887935c7490c0a225dc7182b832c5 (patch) | |
tree | de1f0de554d4e4b212fa57678345ba06d19084c0 /Source/cmLocalUnixMakefileGenerator2.h | |
parent | 97a3d514acb8ce01839ebec0316277b9155518c2 (diff) | |
download | CMake-64f4880cb56887935c7490c0a225dc7182b832c5.zip CMake-64f4880cb56887935c7490c0a225dc7182b832c5.tar.gz CMake-64f4880cb56887935c7490c0a225dc7182b832c5.tar.bz2 |
ENH: Adding partial implementation of provides-requires mode.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h index 5f831a0..b867339 100644 --- a/Source/cmLocalUnixMakefileGenerator2.h +++ b/Source/cmLocalUnixMakefileGenerator2.h @@ -65,7 +65,8 @@ protected: void GenerateCMakefile(); void GenerateTargetRuleFile(const cmTarget& target); void GenerateObjectRuleFile(const cmTarget& target, - const cmSourceFile& source); + const cmSourceFile& source, + std::vector<std::string>& objects); void GenerateCustomRuleFile(const cmCustomCommand& cc); void GenerateUtilityRuleFile(const cmTarget& target); std::string GenerateDependsMakeFile(const char* file); |