summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:38:14 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:38:14 (GMT)
commit84b847e42fde288bc102198aedeb68e19b41ef1e (patch)
tree16d9e6e81add439e4ee1065db57b9c6b48df62d2 /Source/cmGeneratorTarget.h
parent6220241fd0bb7902c932742a7aa3d6a96fd0e919 (diff)
downloadCMake-84b847e42fde288bc102198aedeb68e19b41ef1e.zip
CMake-84b847e42fde288bc102198aedeb68e19b41ef1e.tar.gz
CMake-84b847e42fde288bc102198aedeb68e19b41ef1e.tar.bz2
cmGeneratorTarget: Move ComputeLinkInterface from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 2dbb502..282ab89 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -108,6 +108,9 @@ public:
cmLinkInterface const* GetLinkInterface(const std::string& config,
cmTarget const* headTarget) const;
+ void ComputeLinkInterface(const std::string& config,
+ cmOptionalLinkInterface& iface,
+ cmTarget const* head) const;
/** Get the full path to the target according to the settings in its
makefile and the configuration type. */