mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
better custom rules
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user