diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:38:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:38:37 (GMT) |
commit | 0db9d9278760c90be1fbf5c4eeb93ef9c524041a (patch) | |
tree | c385286a2a7452078b46e847e717eb8b89fb143e /Source/cmGeneratorTarget.h | |
parent | 84b847e42fde288bc102198aedeb68e19b41ef1e (diff) | |
download | CMake-0db9d9278760c90be1fbf5c4eeb93ef9c524041a.zip CMake-0db9d9278760c90be1fbf5c4eeb93ef9c524041a.tar.gz CMake-0db9d9278760c90be1fbf5c4eeb93ef9c524041a.tar.bz2 |
cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 282ab89..43fcb4a 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -112,6 +112,11 @@ public: cmOptionalLinkInterface& iface, cmTarget const* head) const; + cmLinkInterfaceLibraries const* + GetLinkInterfaceLibraries(const std::string& config, + cmTarget const* headTarget, + bool usage_requirements_only) const; + /** Get the full path to the target according to the settings in its makefile and the configuration type. */ std::string GetFullPath(const std::string& config="", bool implib = false, |