diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 15:57:16 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 21:22:34 (GMT) |
commit | db182eb160f2e61bebeb1bb5f289a6d899da18da (patch) | |
tree | 837f7bc3520aff7dfee9ecf94cc6bf7bee44bba9 /Source/cmVisualStudio10TargetGenerator.cxx | |
parent | 30495bb1c291627f94912049da6e06d951a062ec (diff) | |
download | CMake-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.cxx | 1 |
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" |