summaryrefslogtreecommitdiff
path: root/Source/cmGetPropertyCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-14 08:35:52 -0400
committerBrad King <brad.king@kitware.com>2013-06-14 08:35:52 -0400
commitb9f4383f698ae9207bb2701f1b82753e239e3248 (patch)
tree845114f8675d820c345d493847c6e5ecb8f3d442 /Source/cmGetPropertyCommand.cxx
parent82771f186220b45a9aaf10ed416f1df135e56c36 (diff)
downloadcmake-b9f4383f698ae9207bb2701f1b82753e239e3248.tar.gz
Split cmBootstrapCommands.cxx into two sources
The single translation unit has grown too large for some compilers. Split it into cmBootstrapCommands1.cxx and cmBootstrapCommands2.cxx.
Diffstat (limited to 'Source/cmGetPropertyCommand.cxx')
-rw-r--r--Source/cmGetPropertyCommand.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGetPropertyCommand.cxx b/Source/cmGetPropertyCommand.cxx
index 7d33358877..985dc50b84 100644
--- a/Source/cmGetPropertyCommand.cxx
+++ b/Source/cmGetPropertyCommand.cxx
@@ -13,6 +13,9 @@
#include "cmake.h"
#include "cmTest.h"
+#include "cmGlobalGenerator.h"
+#include "cmLocalGenerator.h"
+#include "cmSourceFile.h"
#include "cmPropertyDefinition.h"
//----------------------------------------------------------------------------