summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.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/cmLocalVisualStudio7Generator.cxx
parent30495bb1c291627f94912049da6e06d951a062ec (diff)
downloadCMake-db182eb160f2e61bebeb1bb5f289a6d899da18da.zip
CMake-db182eb160f2e61bebeb1bb5f289a6d899da18da.tar.gz
CMake-db182eb160f2e61bebeb1bb5f289a6d899da18da.tar.bz2
cmTarget: Move member `*Commands` to impl
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index a497308..e519d78 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -2,6 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmLocalVisualStudio7Generator.h"
+#include "cmCustomCommand.h"
#include "cmCustomCommandGenerator.h"
#include "cmGeneratorTarget.h"
#include "cmGlobalVisualStudio7Generator.h"