summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-23 15:57:16 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-23 21:22:34 (GMT)
commitdb182eb160f2e61bebeb1bb5f289a6d899da18da (patch)
tree837f7bc3520aff7dfee9ecf94cc6bf7bee44bba9 /Source/cmVisualStudio10TargetGenerator.cxx
parent30495bb1c291627f94912049da6e06d951a062ec (diff)
downloadCMake-db182eb160f2e61bebeb1bb5f289a6d899da18da.zip
CMake-db182eb160f2e61bebeb1bb5f289a6d899da18da.tar.gz
CMake-db182eb160f2e61bebeb1bb5f289a6d899da18da.tar.bz2
cmTarget: Move member `*Commands` to impl
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 5c9f25e..8804e6c 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -4,6 +4,7 @@
#include "cmAlgorithms.h"
#include "cmComputeLinkInformation.h"
+#include "cmCustomCommand.h"
#include "cmCustomCommandGenerator.h"
#include "cmGeneratedFileStream.h"
#include "cmGeneratorExpression.h"