summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-04-29 09:54:19 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-06 13:54:11 (GMT)
commitb8259c3d69258b884383559b74d37486b6a06ca2 (patch)
tree3a1a46fe6910927ad5a139ccabc11798a54b07d9 /Source/cmTarget.h
parent78185f598c152b1dbce632e953874ce8132c5fe9 (diff)
downloadCMake-b8259c3d69258b884383559b74d37486b6a06ca2.zip
CMake-b8259c3d69258b884383559b74d37486b6a06ca2.tar.gz
CMake-b8259c3d69258b884383559b74d37486b6a06ca2.tar.bz2
Centralize maintenance of usage requirement include directories
Maintain a target's internal list of usage requirement include directories whenever the LINK_LIBRARIES property is set by either target_link_libraries or set_property.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index e25133e..9d46796 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -495,7 +495,6 @@ public:
std::vector<std::string> GetIncludeDirectories(const char *config);
void InsertInclude(const cmValueWithOrigin &entry,
bool before = false);
- void AppendTllInclude(const cmValueWithOrigin &entry);
void AppendBuildInterfaceIncludes();