ENH: update to new style MakeDepend

This commit is contained in:
Bill Hoffman
2002-12-10 15:55:43 -05:00
parent 0b8dcaddd2
commit a93038c52a
2 changed files with 38 additions and 13 deletions
+5 -2
View File
@@ -19,7 +19,7 @@
#include "cmStandardIncludes.h"
#include "cmCommand.h"
class cmDependInformation;
class cmMakeDepend;
/** \class cmITKWrapTclCommand
@@ -58,7 +58,10 @@ public:
}
cmTypeMacro(cmITKWrapTclCommand, cmCommand);
protected:
protected:
void AddDependencies(cmDependInformation const*info,
std::vector<std::string>& depends,
std::set<cmDependInformation const*>& visited);
cmStdString m_TargetName;
cmTarget* m_Target;