summaryrefslogtreecommitdiffstats
path: root/Source/cmITKWrapTclCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-10 20:55:43 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-10 20:55:43 (GMT)
commita93038c52af110e1bf08968869c3ba868c582bd5 (patch)
tree255c087c3f2231ec7bb943697a7574ede00501de /Source/cmITKWrapTclCommand.h
parent0b8dcaddd28276f7755e21df848f3eff8e277910 (diff)
downloadCMake-a93038c52af110e1bf08968869c3ba868c582bd5.zip
CMake-a93038c52af110e1bf08968869c3ba868c582bd5.tar.gz
CMake-a93038c52af110e1bf08968869c3ba868c582bd5.tar.bz2
ENH: update to new style MakeDepend
Diffstat (limited to 'Source/cmITKWrapTclCommand.h')
-rw-r--r--Source/cmITKWrapTclCommand.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmITKWrapTclCommand.h b/Source/cmITKWrapTclCommand.h
index 43af787..c294acd 100644
--- a/Source/cmITKWrapTclCommand.h
+++ b/Source/cmITKWrapTclCommand.h
@@ -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;