summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceGroup.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-04 13:39:05 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-04 13:39:05 (GMT)
commit4d9b2f59cc4da52e93b6a5d647dba06828d258f3 (patch)
tree7552b7efe08da399577a5fc3846ac13635bd81b2 /Source/cmSourceGroup.h
parentfaaadc4a08e8103e25346a437fc203e05b43566c (diff)
downloadCMake-4d9b2f59cc4da52e93b6a5d647dba06828d258f3.zip
CMake-4d9b2f59cc4da52e93b6a5d647dba06828d258f3.tar.gz
CMake-4d9b2f59cc4da52e93b6a5d647dba06828d258f3.tar.bz2
better custom rules
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r--Source/cmSourceGroup.h2
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;
};