summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:22:30 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:39:29 (GMT)
commit8bfb0c53dae93d697ca5d92ff79068af351fe56b (patch)
tree06d0663332a93454fde705ca6616110402c90c5c /Source/cmTarget.h
parent2cb3e5740269757f6f93d24a4d13570ee72de318 (diff)
downloadCMake-8bfb0c53dae93d697ca5d92ff79068af351fe56b.zip
CMake-8bfb0c53dae93d697ca5d92ff79068af351fe56b.tar.gz
CMake-8bfb0c53dae93d697ca5d92ff79068af351fe56b.tar.bz2
cmGeneratorTarget: Move link iface helpers from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 25de6a6..103a7e8 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -558,14 +558,6 @@ private:
GetLinkImplementationLibrariesInternal(const std::string& config,
cmTarget const* head) const;
- void ExpandLinkItems(std::string const& prop, std::string const& value,
- std::string const& config, cmTarget const* headTarget,
- bool usage_requirements_only,
- std::vector<cmLinkItem>& items,
- bool& hadHeadSensitiveCondition) const;
- void LookupLinkItems(std::vector<std::string> const& names,
- std::vector<cmLinkItem>& items) const;
-
std::string ProcessSourceItemCMP0049(const std::string& s);
void ClearLinkMaps();