mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ENH: update to new style MakeDepend
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user