mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
CUDA: Add LinkLineComputer that computes cuda dlink lines.
This commit is contained in:
committed by
Brad King
parent
115269a86c
commit
ae05fcc63f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user