summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:38:57 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:38:57 (GMT)
commit6d3d099b4a2d8b020fb1a9ebeb29b17b3fb6c9d6 (patch)
tree8c4dee3bfe65a0cb483896dd9b187452a63ad3b7 /Source/cmTarget.h
parent0db9d9278760c90be1fbf5c4eeb93ef9c524041a (diff)
downloadCMake-6d3d099b4a2d8b020fb1a9ebeb29b17b3fb6c9d6.zip
CMake-6d3d099b4a2d8b020fb1a9ebeb29b17b3fb6c9d6.tar.gz
CMake-6d3d099b4a2d8b020fb1a9ebeb29b17b3fb6c9d6.tar.bz2
cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index f124084..985e958 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -233,11 +233,6 @@ public:
void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const;
- void ComputeLinkInterfaceLibraries(const std::string& config,
- cmOptionalLinkInterface &iface,
- cmTarget const* head,
- bool usage_requirements_only) const;
-
cmHeadToLinkInterfaceMap&
GetHeadToLinkInterfaceMap(std::string const& config) const;
cmHeadToLinkInterfaceMap& GetHeadToLinkInterfaceUsageRequirementsMap(