summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:38:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:38:37 (GMT)
commit0db9d9278760c90be1fbf5c4eeb93ef9c524041a (patch)
treec385286a2a7452078b46e847e717eb8b89fb143e /Source/cmGeneratorTarget.h
parent84b847e42fde288bc102198aedeb68e19b41ef1e (diff)
downloadCMake-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.h5
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,