diff options
author | Brad King <brad.king@kitware.com> | 2019-08-05 14:31:04 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-08-05 14:31:18 (GMT) |
commit | 26a3bccb60b1ba97b528187c244acf4c3bbceb3e (patch) | |
tree | 1225e04dbc03fab2919d28c2c228a49fa07840b3 /Source/cmComputeLinkInformation.h | |
parent | e9ade44cb13c35994d65ef6ae125e97c5514ba9b (diff) | |
parent | f6d6dbc2933248dc7f17fd033e2b70fb161fddbd (diff) | |
download | CMake-26a3bccb60b1ba97b528187c244acf4c3bbceb3e.zip CMake-26a3bccb60b1ba97b528187c244acf4c3bbceb3e.tar.gz CMake-26a3bccb60b1ba97b528187c244acf4c3bbceb3e.tar.bz2 |
Merge topic 'link-library-file-flag'
f6d6dbc293 Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAG
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3641
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 3be2c7f..784d3fa 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -56,6 +56,11 @@ public: std::string GetChrpathString() const; std::set<cmGeneratorTarget const*> const& GetSharedLibrariesLinked() const; + std::string const& GetLibLinkFileFlag() const + { + return this->LibLinkFileFlag; + } + std::string const& GetRPathLinkFlag() const { return this->RPathLinkFlag; } std::string GetRPathLinkString() const; |