diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2016-10-13 13:08:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-14 21:40:48 (GMT) |
commit | ae05fcc63f37b71cd9b07a2aade03a2a84fa22c4 (patch) | |
tree | c9251b24ee64e3dd6b3d50117ef20a21643fdc99 /Source/cmComputeLinkInformation.h | |
parent | 115269a86c3116198f4de7c690fef21ec38767ac (diff) | |
download | CMake-ae05fcc63f37b71cd9b07a2aade03a2a84fa22c4.zip CMake-ae05fcc63f37b71cd9b07a2aade03a2a84fa22c4.tar.gz CMake-ae05fcc63f37b71cd9b07a2aade03a2a84fa22c4.tar.bz2 |
CUDA: Add LinkLineComputer that computes cuda dlink lines.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 1d29c26..3d26ea7 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -70,6 +70,7 @@ public: std::string const& GetRPathLinkFlag() const { return this->RPathLinkFlag; } std::string GetRPathLinkString(); + std::string GetConfig() const { return this->Config; } private: void AddItem(std::string const& item, const cmGeneratorTarget* tgt); void AddSharedDepItem(std::string const& item, cmGeneratorTarget const* tgt); |