diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:37:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:37:45 (GMT) |
commit | 6220241fd0bb7902c932742a7aa3d6a96fd0e919 (patch) | |
tree | fe8ad134b3e4aab83124fdfaee5f49ca72ac9cd2 /Source/cmGeneratorTarget.h | |
parent | 6353816786caccfef7acb3fd72aa28e0366da405 (diff) | |
download | CMake-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.h | 4 |
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. */ |