summaryrefslogtreecommitdiff
path: root/Source/cmOutputRequiredFilesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-12-10 14:10:15 -0500
committerKen Martin <ken.martin@kitware.com>2002-12-10 14:10:15 -0500
commit7928df081777e591eff37136131d7025046ed98d (patch)
tree756e63614c9157cae454ff405d8de5f8c24c9f8b /Source/cmOutputRequiredFilesCommand.h
parent65032b816e92bfaee704cee217cacea8778dc813 (diff)
downloadcmake-7928df081777e591eff37136131d7025046ed98d.tar.gz
updated for changes in Depend Calcs
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.h')
-rw-r--r--Source/cmOutputRequiredFilesCommand.h4
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;