diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-19 21:59:14 +0200 |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-21 18:14:51 +0200 |
commit | 64f9c282f3337335c05a062f341fd5155cade51c (patch) | |
tree | c72f20f1725d7ead955e1fa962be83ffdd562e37 /Source/cmAddLibraryCommand.cxx | |
parent | f69e768d94ff5e0238cbb924836737c4ce11a930 (diff) | |
download | cmake-64f9c282f3337335c05a062f341fd5155cade51c.tar.gz |
Separate compilation for commands included in cmBootstrapCommands1
Diffstat (limited to 'Source/cmAddLibraryCommand.cxx')
-rw-r--r-- | Source/cmAddLibraryCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx index 0777ef008e..18118a3b72 100644 --- a/Source/cmAddLibraryCommand.cxx +++ b/Source/cmAddLibraryCommand.cxx @@ -2,8 +2,10 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmAddLibraryCommand.h" +#include "cmGlobalGenerator.h" #include "cmState.h" #include "cmStateTypes.h" +#include "cmSystemTools.h" #include "cmake.h" // cmLibraryCommand |