diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-04 13:39:05 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-04 13:39:05 (GMT) |
commit | 4d9b2f59cc4da52e93b6a5d647dba06828d258f3 (patch) | |
tree | 7552b7efe08da399577a5fc3846ac13635bd81b2 /Source/cmSourceGroup.h | |
parent | faaadc4a08e8103e25346a437fc203e05b43566c (diff) | |
download | CMake-4d9b2f59cc4da52e93b6a5d647dba06828d258f3.zip CMake-4d9b2f59cc4da52e93b6a5d647dba06828d258f3.tar.gz CMake-4d9b2f59cc4da52e93b6a5d647dba06828d258f3.tar.bz2 |
better custom rules
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r-- | Source/cmSourceGroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h index 9162f2b..479abd6 100644 --- a/Source/cmSourceGroup.h +++ b/Source/cmSourceGroup.h @@ -65,6 +65,8 @@ public: CommandFiles(const CommandFiles& r): m_Outputs(r.m_Outputs), m_Depends(r.m_Depends) {} + void Merge(const CommandFiles &r); + std::set<std::string> m_Outputs; std::set<std::string> m_Depends; }; |