summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2019-09-13 17:59:53 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-18 17:59:36 (GMT)
commitd4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa (patch)
treeb3c2af8770abb718ab81e591a8010e7049b89147 /Source/cmComputeLinkInformation.h
parent0ac9dcb807d6e7b1f905bc9685f8ae217dfce38b (diff)
downloadCMake-d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa.zip
CMake-d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa.tar.gz
CMake-d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa.tar.bz2
cmLinkLineComputer: Add ComputeLinkLibs overload with backtraces
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index 71af43f..d3345d9 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -70,6 +70,8 @@ public:
std::string GetConfig() const { return this->Config; }
+ const cmGeneratorTarget* GetTarget() { return this->Target; }
+
private:
void AddItem(std::string const& item, const cmGeneratorTarget* tgt);
void AddSharedDepItem(std::string const& item, cmGeneratorTarget const* tgt);