summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2016-10-13 13:08:44 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-14 21:40:48 (GMT)
commitae05fcc63f37b71cd9b07a2aade03a2a84fa22c4 (patch)
treec9251b24ee64e3dd6b3d50117ef20a21643fdc99 /Source/cmComputeLinkInformation.h
parent115269a86c3116198f4de7c690fef21ec38767ac (diff)
downloadCMake-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.h1
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);