MCPcopy Create free account
hub / github.com/Kitware/CMake / AddCMakeDependFile

Method AddCMakeDependFile

Source/cmMakefile.h:667–670  ·  view source on GitHub ↗

When the file changes cmake will be re-run from the build system.

Source from the content-addressed store, hash-verified

665 }
666 //! When the file changes cmake will be re-run from the build system.
667 void AddCMakeDependFile(std::string const& file)
668 {
669 this->ListFiles.push_back(file);
670 }
671 void AddCMakeDependFilesFromUser();
672
673 std::string FormatListFileStack() const;

Callers 5

ConfigureFileMethod · 0.95
InitRccTargetsMethod · 0.80
TryCompileCodeMethod · 0.80
GenerateMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected