summaryrefslogtreecommitdiffstats
path: root/Source/cmAddLibraryCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-18 19:28:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-19 13:40:59 (GMT)
commita91eaf387287a201d421e90d78bcae8836cc6042 (patch)
treee002af5d3a3b3d8d7a16f79909e7319cd52102a4 /Source/cmAddLibraryCommand.cxx
parent27be1d815298ebf343823ff99baa35484da92a85 (diff)
downloadCMake-a91eaf387287a201d421e90d78bcae8836cc6042.zip
CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.gz
CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.bz2
cmState: Port dependents to new cmStateTypes header
Diffstat (limited to 'Source/cmAddLibraryCommand.cxx')
-rw-r--r--Source/cmAddLibraryCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx
index d1281d4..3cde147 100644
--- a/Source/cmAddLibraryCommand.cxx
+++ b/Source/cmAddLibraryCommand.cxx
@@ -2,7 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmAddLibraryCommand.h"
-#include "cmState.h"
+#include "cmStateTypes.h"
#include "cmake.h"
// cmLibraryCommand