summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-02-12 09:35:28 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-02-12 09:39:35 (GMT)
commit5b88504f650c7bcd3d404853b26292b50fa6f141 (patch)
treef628cdf768e2549b7569edacb0eb4cb759f03471 /Source/cmTarget.h
parentb030323c133155c57437527d04ca2ba619663f6d (diff)
downloadCMake-5b88504f650c7bcd3d404853b26292b50fa6f141.zip
CMake-5b88504f650c7bcd3d404853b26292b50fa6f141.tar.gz
CMake-5b88504f650c7bcd3d404853b26292b50fa6f141.tar.bz2
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 fb1496f..028a55e 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();