summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:37:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:37:45 (GMT)
commit6220241fd0bb7902c932742a7aa3d6a96fd0e919 (patch)
treefe8ad134b3e4aab83124fdfaee5f49ca72ac9cd2 /Source/cmGeneratorTarget.h
parent6353816786caccfef7acb3fd72aa28e0366da405 (diff)
downloadCMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.zip
CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.tar.gz
CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.tar.bz2
cmGeneratorTarget: Move GetLinkInterface from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 15b3335..2dbb502 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -12,7 +12,7 @@
#ifndef cmGeneratorTarget_h
#define cmGeneratorTarget_h
-#include "cmStandardIncludes.h"
+#include "cmLinkItem.h"
class cmCustomCommand;
class cmGlobalGenerator;
@@ -106,6 +106,8 @@ public:
const char *GetLinkInterfaceDependentNumberMaxProperty(const std::string &p,
const std::string& config) const;
+ cmLinkInterface const* GetLinkInterface(const std::string& config,
+ cmTarget const* headTarget) const;
/** Get the full path to the target according to the settings in its
makefile and the configuration type. */