diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2019-09-13 17:59:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-18 17:59:36 (GMT) |
commit | d4d0dd0f6a0f2287fd0fbdfad8c7210515af5eaa (patch) | |
tree | b3c2af8770abb718ab81e591a8010e7049b89147 /Source/cmComputeLinkInformation.h | |
parent | 0ac9dcb807d6e7b1f905bc9685f8ae217dfce38b (diff) | |
download | CMake-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.h | 2 |
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); |