summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 21:14:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:45:21 (GMT)
commite6ccbf6f30fb7b893b00a7c26fa165065eed4323 (patch)
tree143ba90afc21ffeafd526b8134785d4150d00a37 /Source/cmTarget.h
parent8bfb0c53dae93d697ca5d92ff79068af351fe56b (diff)
downloadCMake-e6ccbf6f30fb7b893b00a7c26fa165065eed4323.zip
CMake-e6ccbf6f30fb7b893b00a7c26fa165065eed4323.tar.gz
CMake-e6ccbf6f30fb7b893b00a7c26fa165065eed4323.tar.bz2
cmGeneratorTarget: Move include directory processing from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 103a7e8..13e4f2d 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -364,9 +364,6 @@ public:
/** @return whether this target have a well defined output file name. */
bool HaveWellDefinedOutputFiles() const;
- std::vector<std::string> GetIncludeDirectories(
- const std::string& config,
- const std::string& language) const;
void InsertInclude(std::string const& entry,
cmListFileBacktrace const& bt,
bool before = false);
@@ -402,6 +399,9 @@ public:
return this->MaxLanguageStandards;
}
+ cmStringRange GetIncludeDirectoriesEntries() const;
+ cmBacktraceRange GetIncludeDirectoriesBacktraces() const;
+
#if defined(_WIN32) && !defined(__CYGWIN__)
const LinkLibraryVectorType &GetLinkLibrariesForVS6() const {
return this->LinkLibrariesForVS6;}
@@ -516,7 +516,6 @@ private:
bool IsApple;
bool IsImportedTarget;
bool BuildInterfaceIncludesAppended;
- mutable bool DebugIncludesDone;
mutable bool DebugCompileOptionsDone;
mutable bool DebugCompileDefinitionsDone;
mutable bool DebugSourcesDone;