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/cmLinkLineComputer.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/cmLinkLineComputer.h')
-rw-r--r-- | Source/cmLinkLineComputer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLinkLineComputer.h b/Source/cmLinkLineComputer.h index 5e0f795..a6e0ebf 100644 --- a/Source/cmLinkLineComputer.h +++ b/Source/cmLinkLineComputer.h @@ -53,6 +53,8 @@ public: protected: std::string ComputeLinkLibs(cmComputeLinkInformation& cli); + void ComputeLinkLibs(cmComputeLinkInformation& cli, + std::vector<BT<std::string>>& linkLibraries); std::string ComputeRPath(cmComputeLinkInformation& cli); std::string ConvertToOutputFormat(std::string const& input); |