mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
updated for changes in Depend Calcs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user