mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long
This commit is contained in:
@@ -272,7 +272,8 @@ protected:
|
||||
void AppendCustomCommand(std::vector<std::string>& commands,
|
||||
const cmCustomCommand& cc);
|
||||
void AppendCleanCommand(std::vector<std::string>& commands,
|
||||
const std::vector<std::string>& files);
|
||||
const std::vector<std::string>& files,
|
||||
cmTarget& target, const char* filename =0);
|
||||
|
||||
private:
|
||||
friend class cmMakefileTargetGenerator;
|
||||
|
||||
Reference in New Issue
Block a user