Separate compilation for commands included in cmCommands

This commit is contained in:
Daniel Pfeifer
2016-10-19 08:54:18 +02:00
parent 1e555a44aa
commit f69e768d94
62 changed files with 454 additions and 37 deletions
+5
View File
@@ -2,6 +2,11 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmRemoveCommand.h"
#include "cmMakefile.h"
#include "cmSystemTools.h"
class cmExecutionStatus;
// cmRemoveCommand
bool cmRemoveCommand::InitialPass(std::vector<std::string> const& args,
cmExecutionStatus&)