CUDA: Add LinkLineComputer that computes cuda dlink lines.

This commit is contained in:
Robert Maynard
2016-10-13 09:08:44 -04:00
committed by Brad King
parent 115269a86c
commit ae05fcc63f
4 changed files with 113 additions and 0 deletions
+1
View File
@@ -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);