diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:38:14 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:38:14 (GMT) |
commit | 84b847e42fde288bc102198aedeb68e19b41ef1e (patch) | |
tree | 16d9e6e81add439e4ee1065db57b9c6b48df62d2 /Source/cmGeneratorTarget.h | |
parent | 6220241fd0bb7902c932742a7aa3d6a96fd0e919 (diff) | |
download | CMake-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.h | 3 |
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. */ |