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

View File

@@ -2,7 +2,14 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmVariableWatchCommand.h"
#include <sstream>
#include "cmExecutionStatus.h"
#include "cmListFileCache.h"
#include "cmMakefile.h"
#include "cmSystemTools.h"
#include "cmVariableWatch.h"
#include "cmake.h"
struct cmVariableWatchCallbackData
{