summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-02-12 10:35:28 +0100
committerStephen Kelly <steveire@gmail.com>2013-02-12 10:39:35 +0100
commit5b88504f650c7bcd3d404853b26292b50fa6f141 (patch)
treef628cdf768e2549b7569edacb0eb4cb759f03471 /Source/cmTarget.h
parentb030323c133155c57437527d04ca2ba619663f6d (diff)
downloadcmake-5b88504f650c7bcd3d404853b26292b50fa6f141.tar.gz
Rename the IncludeDirectoriesEntry to be more generic.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index fb1496fa21..028a55e537 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -15,7 +15,7 @@
#include "cmCustomCommand.h"
#include "cmPropertyMap.h"
#include "cmPolicies.h"
-#include "cmMakefileIncludeDirectoriesEntry.h"
+#include "cmListFileCache.h"
#include <cmsys/auto_ptr.hxx>
@@ -493,7 +493,7 @@ public:
std::string GetFrameworkDirectory(const char* config = 0);
std::vector<std::string> GetIncludeDirectories(const char *config);
- void InsertInclude(const cmMakefileIncludeDirectoriesEntry &entry,
+ void InsertInclude(const cmValueWithOrigin &entry,
bool before = false);
void AppendBuildInterfaceIncludes();