diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-19 20:30:58 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-21 16:14:51 (GMT) |
commit | 608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6 (patch) | |
tree | ed2fa760868c0a978e15364405fd8b9a220b52cc /Source/cmSetPropertyCommand.cxx | |
parent | 64f9c282f3337335c05a062f341fd5155cade51c (diff) | |
download | CMake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.zip CMake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.tar.gz CMake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.tar.bz2 |
Separate compilation for commands included in cmBootstrapCommands2
Diffstat (limited to 'Source/cmSetPropertyCommand.cxx')
-rw-r--r-- | Source/cmSetPropertyCommand.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmSetPropertyCommand.cxx b/Source/cmSetPropertyCommand.cxx index 2a4101f..552f918 100644 --- a/Source/cmSetPropertyCommand.cxx +++ b/Source/cmSetPropertyCommand.cxx @@ -2,9 +2,13 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmSetPropertyCommand.h" +#include "cmGlobalGenerator.h" #include "cmSetSourceFilesPropertiesCommand.h" #include "cmSetTargetPropertiesCommand.h" #include "cmSetTestsPropertiesCommand.h" +#include "cmSourceFile.h" +#include "cmState.h" +#include "cmTest.h" cmSetPropertyCommand::cmSetPropertyCommand() { |