mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user