summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:37:32 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:37:32 (GMT)
commit6353816786caccfef7acb3fd72aa28e0366da405 (patch)
treeaa2dda3e9f6d34d84c8106f8a98504963221a25f /Source/cmTarget.h
parent20993de46444e0f74700a641b54a8ca7e015bac4 (diff)
downloadCMake-6353816786caccfef7acb3fd72aa28e0366da405.zip
CMake-6353816786caccfef7acb3fd72aa28e0366da405.tar.gz
CMake-6353816786caccfef7acb3fd72aa28e0366da405.tar.bz2
cmTarget: Add GetHeadToLinkInterfaceMap methods.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 563caf8..53a8bd6 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -250,6 +250,11 @@ public:
cmTarget const* headTarget,
bool usage_requirements_only) const;
+ cmHeadToLinkInterfaceMap&
+ GetHeadToLinkInterfaceMap(std::string const& config) const;
+ cmHeadToLinkInterfaceMap& GetHeadToLinkInterfaceUsageRequirementsMap(
+ std::string const& config) const;
+
struct LinkImplementation: public cmLinkImplementationLibraries
{
// Languages whose runtime libraries must be linked.