diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-12-10 14:10:15 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-12-10 14:10:15 -0500 |
commit | 7928df081777e591eff37136131d7025046ed98d (patch) | |
tree | 756e63614c9157cae454ff405d8de5f8c24c9f8b /Source/cmOutputRequiredFilesCommand.h | |
parent | 65032b816e92bfaee704cee217cacea8778dc813 (diff) | |
download | cmake-7928df081777e591eff37136131d7025046ed98d.tar.gz |
updated for changes in Depend Calcs
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.h')
-rw-r--r-- | Source/cmOutputRequiredFilesCommand.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmOutputRequiredFilesCommand.h b/Source/cmOutputRequiredFilesCommand.h index c6a3fc46ed..4bf0a94488 100644 --- a/Source/cmOutputRequiredFilesCommand.h +++ b/Source/cmOutputRequiredFilesCommand.h @@ -68,6 +68,10 @@ public: } cmTypeMacro(cmOutputRequiredFilesCommand, cmCommand); + void ListDependencies(cmDependInformation const *info, + FILE *fout, + std::set<cmDependInformation const*> *visited); + private: std::string m_File; std::string m_OutputFile; |