diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-02-12 09:35:28 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-02-12 09:39:35 (GMT) |
commit | 5b88504f650c7bcd3d404853b26292b50fa6f141 (patch) | |
tree | f628cdf768e2549b7569edacb0eb4cb759f03471 /Source/cmTarget.h | |
parent | b030323c133155c57437527d04ca2ba619663f6d (diff) | |
download | CMake-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.h | 4 |
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(); |