diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 15:37:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:46:32 (GMT) |
commit | 0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad (patch) | |
tree | b38335484e57492a77430de5ca2e2dedcb46400a /Source/cmGeneratorTarget.h | |
parent | abe9505df94e9a1511238c41f9d4459064148c94 (diff) | |
download | CMake-0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad.zip CMake-0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad.tar.gz CMake-0431f2c4d7cbfcd873bc34caee9ed09253e8c8ad.tar.bz2 |
cmGeneratorTarget: Move ComputeLinkImplementationLanguages from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 99463c7..f5dc20d 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -201,6 +201,10 @@ public: cmLinkImplementation const* GetLinkImplementation(const std::string& config) const; + void ComputeLinkImplementationLanguages(const std::string& config, + cmOptionalLinkImplementation& impl + ) const; + bool HaveBuildTreeRPATH(const std::string& config) const; /** Full path with trailing slash to the top-level directory |